Click here to Skip to main content
15,889,462 members
Home / Discussions / ASP.NET
   

ASP.NET

 
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 
AnswerRe: Erroor: The state information is invalid for this page and might be corrupted. Pin
Yusuf11-Apr-09 17:31
Yusuf11-Apr-09 17:31 
QuestionGridView Sorting with ObjectDataSource Issues Pin
mazen9710-Apr-09 23:49
mazen9710-Apr-09 23:49 
QuestionAbout the masterpage in VS2008 Pin
Ethe1st10-Apr-09 21:34
Ethe1st10-Apr-09 21:34 
AnswerRe: About the masterpage in VS2008 Pin
Ramesh Swaminathan10-Apr-09 22:02
Ramesh Swaminathan10-Apr-09 22:02 
GeneralRe: About the masterpage in VS2008 [modified] Pin
Ethe1st11-Apr-09 3:11
Ethe1st11-Apr-09 3:11 
QuestionCreate Dynamic SiteMap Pin
slSoftware10-Apr-09 20:46
slSoftware10-Apr-09 20:46 
QuestionCom Port Problem , Modem ,Asp.Net ,Real IP Address. Pin
ketan d patel10-Apr-09 20:14
ketan d patel10-Apr-09 20:14 
AnswerRe: Com Port Problem , Modem ,Asp.Net ,Real IP Address. Pin
Zia Ul Haq Soofi11-Apr-09 1:15
Zia Ul Haq Soofi11-Apr-09 1:15 

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.