Click here to Skip to main content
15,917,875 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionIs it Possible to give Ajax UpdateProgress inside the UpdatePanel???? Pin
Niungareamit12-Apr-09 0:29
Niungareamit12-Apr-09 0:29 
AnswerRe: Is it Possible to give Ajax UpdateProgress inside the UpdatePanel???? Pin
Abhijit Jana12-Apr-09 0:51
professionalAbhijit Jana12-Apr-09 0:51 
QuestionUrlrewrite related error Pin
arkiboys11-Apr-09 19:26
arkiboys11-Apr-09 19:26 
QuestionLive media ASP.NET from website Pin
Blumen11-Apr-09 19:22
Blumen11-Apr-09 19:22 
AnswerRe: Live media ASP.NET from website Pin
Rajeesh MP12-Apr-09 18:18
Rajeesh MP12-Apr-09 18:18 
GeneralRe: Live media ASP.NET from website Pin
Blumen1-May-09 3:09
Blumen1-May-09 3:09 
GeneralRe: Live media ASP.NET from website Pin
gosalyn6-May-09 2:11
gosalyn6-May-09 2:11 
QuestionHow to prevent duplicate entries because of multiple clicks.. Pin
Dev S11-Apr-09 3:31
Dev S11-Apr-09 3:31 
AnswerRe: How to prevent duplicate entries because of multiple clicks.. Pin
Meax11-Apr-09 4:17
Meax11-Apr-09 4:17 
AnswerRe: How to prevent duplicate entries because of multiple clicks.. Pin
Yusuf11-Apr-09 17:22
Yusuf11-Apr-09 17:22 
AnswerRe: How to prevent duplicate entries because of multiple clicks.. Pin
Abhijit Jana11-Apr-09 23:33
professionalAbhijit Jana11-Apr-09 23:33 
QuestionSend Message to a session Pin
mehrdadc4811-Apr-09 2:44
mehrdadc4811-Apr-09 2:44 
AnswerRe: Send Message to a session Pin
Yusuf11-Apr-09 17:23
Yusuf11-Apr-09 17:23 
GeneralRe: Send Message to a session Pin
mehrdadc4811-Apr-09 17:53
mehrdadc4811-Apr-09 17:53 
Questiondatalist problem Pin
parkash_C11-Apr-09 1:17
parkash_C11-Apr-09 1:17 
AnswerRe: datalist problem Pin
Yusuf11-Apr-09 1:36
Yusuf11-Apr-09 1:36 
parkash_C wrote:
Dim cmd1 As New OleDbCommand("select id from table3 where news1 ='" & str & "' ", con)
Dim dr As OleDbDataReader
str = ListBox1.SelectedItem.ToString


this should fix it. You need to set Str before using it in the query.

str = ListBox1.SelectedItem.ToString<br />
Dim cmd1 As New OleDbCommand("select id from table3 where news1 ='" & str & "' ", con)<br />
Dim dr As OleDbDataReader<br />


Yusuf

Oh didn't you notice, analogous to square roots, they recently introduced rectangular, circular, and diamond roots to determine the size of the corresponding shapes when given the area. Luc Pattyn[^]

GeneralRe: datalist problem Pin
parkash_C11-Apr-09 1:40
parkash_C11-Apr-09 1:40 
QuestionDomain Validation in Asp.net Pin
dwadasi11-Apr-09 1:00
dwadasi11-Apr-09 1:00 
AnswerRe: Domain Validation in Asp.net Pin
Yusuf11-Apr-09 2:10
Yusuf11-Apr-09 2:10 
QuestionVcard Reading in Asp.net Pin
dwadasi11-Apr-09 0:57
dwadasi11-Apr-09 0:57 
QuestionHow to access the changes in style.display property by Javascript in code behind Pin
prashantkharade11-Apr-09 0:39
prashantkharade11-Apr-09 0:39 
AnswerRe: How to access the changes in style.display property by Javascript in code behind Pin
Yusuf11-Apr-09 17:29
Yusuf11-Apr-09 17:29 
QuestionRe: How to access the changes in style.display property by Javascript in code behind Pin
prashantkharade12-Apr-09 17:46
prashantkharade12-Apr-09 17:46 
AnswerRe: How to access the changes in style.display property by Javascript in code behind [modified] Pin
PauloCastilho13-Apr-09 10:05
PauloCastilho13-Apr-09 10:05 
QuestionErroor: The state information is invalid for this page and might be corrupted. Pin
keyur satyadev11-Apr-09 0:08
keyur satyadev11-Apr-09 0:08 

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.