Click here to Skip to main content
16,005,120 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Autopostback with tabindex Pin
mohantfor.net3-Jun-07 21:49
mohantfor.net3-Jun-07 21:49 
GeneralRe: Autopostback with tabindex Pin
Expert Coming3-Jun-07 21:51
Expert Coming3-Jun-07 21:51 
GeneralRe: Autopostback with tabindex Pin
mohantfor.net3-Jun-07 22:51
mohantfor.net3-Jun-07 22:51 
QuestionWhich event of combo box I should use-----------Urgent Pin
venkata lakshmi prasanna3-Jun-07 21:09
venkata lakshmi prasanna3-Jun-07 21:09 
AnswerRe: Which event of combo box I should use-----------Urgent Pin
yuvachandra3-Jun-07 21:15
yuvachandra3-Jun-07 21:15 
AnswerRe: Which event of combo box I should use-----------Urgent Pin
N a v a n e e t h3-Jun-07 21:27
N a v a n e e t h3-Jun-07 21:27 
AnswerRe: Which event of combo box I should use-----------Urgent Pin
Expert Coming3-Jun-07 21:30
Expert Coming3-Jun-07 21:30 
QuestionSystem.UnauthorizedAccessException: Access to the path Denied Pin
Sophia Rekhi3-Jun-07 20:55
Sophia Rekhi3-Jun-07 20:55 
hi all,

i am trying to save an image into table, but it is not working. and an exception is raised. here i give u code in which the error occurs. error line is 40.

Line 38: con.Open()
Line 39: da.Fill(ds, "Pub_info")
Line 40: Dim fs As New FileStream"C:\image\sample.jpeg",FileMode.OpenOrCreate,
FileAccess.Read)
Line 41: Dim MyData(fs.Length) As Byte
Line 42: fs.Read(MyData, 0, fs.Length)

pls help me.
AnswerRe: System.UnauthorizedAccessException: Access to the path Denied Pin
Sandeep Akhare3-Jun-07 21:16
Sandeep Akhare3-Jun-07 21:16 
Questionhow to set text property of the asp:textbox control with text property of asp: label control using javascript Pin
yogita charhate3-Jun-07 20:53
yogita charhate3-Jun-07 20:53 
AnswerRe: how to set text property of the asp:textbox control with text property of asp: label control using javascript Pin
Sandeep Akhare3-Jun-07 21:13
Sandeep Akhare3-Jun-07 21:13 
Questionvalidation + asp.net2. 0 +c# Pin
ritu43213-Jun-07 20:12
ritu43213-Jun-07 20:12 
QuestionReading a particular word from word files Pin
Imthu3-Jun-07 19:44
Imthu3-Jun-07 19:44 
AnswerRe: Reading a particular word from word files Pin
Christian Graus3-Jun-07 20:35
protectorChristian Graus3-Jun-07 20:35 
AnswerRe: Reading a particular word from word files Pin
Expert Coming3-Jun-07 21:36
Expert Coming3-Jun-07 21:36 
QuestionJavascript validation for required fields Pin
Rajiya3-Jun-07 19:44
Rajiya3-Jun-07 19:44 
AnswerRe: Javascript validation for required fields Pin
Christian Graus3-Jun-07 20:37
protectorChristian Graus3-Jun-07 20:37 
GeneralRe: Javascript validation for required fields Pin
Rajiya3-Jun-07 21:03
Rajiya3-Jun-07 21:03 
AnswerRe: Javascript validation for required fields Pin
Sandeep Akhare3-Jun-07 20:44
Sandeep Akhare3-Jun-07 20:44 
GeneralRe: Javascript validation for required fields Pin
N a v a n e e t h3-Jun-07 21:08
N a v a n e e t h3-Jun-07 21:08 
GeneralRe: Javascript validation for required fields Pin
Sandeep Akhare3-Jun-07 21:34
Sandeep Akhare3-Jun-07 21:34 
Generalautopostback with tabindex Pin
mohantfor.net3-Jun-07 21:37
mohantfor.net3-Jun-07 21:37 
QuestionDelete Pin
A kamath3-Jun-07 19:00
A kamath3-Jun-07 19:00 
AnswerRe: Delete Pin
Christian Graus3-Jun-07 19:36
protectorChristian Graus3-Jun-07 19:36 
GeneralRe: Delete Pin
A kamath3-Jun-07 19:41
A kamath3-Jun-07 19:41 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.