Click here to Skip to main content
15,918,050 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionhow to bind dropdown listbox with two tables Pin
monuSaini16-Oct-06 19:30
monuSaini16-Oct-06 19:30 
AnswerRe: how to bind dropdown listbox with two tables Pin
shreekar16-Oct-06 19:46
shreekar16-Oct-06 19:46 
GeneralRe: how to bind dropdown listbox with two tables Pin
monuSaini16-Oct-06 20:18
monuSaini16-Oct-06 20:18 
GeneralRe: how to bind dropdown listbox with two tables Pin
shreekar16-Oct-06 20:26
shreekar16-Oct-06 20:26 
GeneralRe: how to bind dropdown listbox with two tables Pin
monuSaini16-Oct-06 21:27
monuSaini16-Oct-06 21:27 
GeneralRe: how to bind dropdown listbox with two tables Pin
shreekar16-Oct-06 21:42
shreekar16-Oct-06 21:42 
GeneralRe: how to bind dropdown listbox with two tables Pin
monuSaini17-Oct-06 23:35
monuSaini17-Oct-06 23:35 
GeneralRe: how to bind dropdown listbox with two tables Pin
shreekar18-Oct-06 0:07
shreekar18-Oct-06 0:07 
GeneralRe: how to bind dropdown listbox with two tables Pin
monuSaini18-Oct-06 0:40
monuSaini18-Oct-06 0:40 
Questionhistory deletion in vb.net Pin
amaneet16-Oct-06 19:07
amaneet16-Oct-06 19:07 
AnswerRe: history deletion in vb.net Pin
srilu nagalla16-Oct-06 19:12
srilu nagalla16-Oct-06 19:12 
GeneralRe: history deletion in vb.net Pin
amaneet16-Oct-06 19:43
amaneet16-Oct-06 19:43 
GeneralRe: history deletion in vb.net Pin
srilu nagalla16-Oct-06 20:05
srilu nagalla16-Oct-06 20:05 
QuestionProgrammatically Create a DSN Pin
nannapanenikamalnath16-Oct-06 19:06
nannapanenikamalnath16-Oct-06 19:06 
AnswerRe: Programmatically Create a DSN Pin
Andrei_KS16-Oct-06 20:08
Andrei_KS16-Oct-06 20:08 
QuestionHow to compare values Pin
miniThomas16-Oct-06 18:51
miniThomas16-Oct-06 18:51 
Hi,

I am using DataReader to read data from database and comparing the values with textbox values entered(something like in login page to chk whether the user exists)but even the values are same it displays user not valid.

what r the options for comparing values?

herez my code

if((dr.GetValue(0).ToString().Equals(txtUserName.Text.ToString()))&&(dr.GetValue(1).ToString().Equals(txtPassword.Text.ToString())))
{
Response.write("User is valid");
}
else
{
Response.write("User is not valid");
}

Thanks,
Mini
AnswerRe: How to compare values Pin
Guffa16-Oct-06 19:04
Guffa16-Oct-06 19:04 
AnswerRe: How to compare values Pin
Faisal Khatri16-Oct-06 19:26
Faisal Khatri16-Oct-06 19:26 
AnswerRe: How to compare values Pin
Faisal Khatri16-Oct-06 19:34
Faisal Khatri16-Oct-06 19:34 
GeneralRe: How to compare values Pin
shreekar16-Oct-06 19:49
shreekar16-Oct-06 19:49 
AnswerRe: How to compare values Pin
Suresh Pirsquare16-Oct-06 20:06
Suresh Pirsquare16-Oct-06 20:06 
GeneralRe: How to compare values Pin
miniThomas16-Oct-06 21:05
miniThomas16-Oct-06 21:05 
QuestionCheck for culture support in ASP.Net 2.0 Pin
dotnetquery16-Oct-06 17:51
dotnetquery16-Oct-06 17:51 
AnswerRe: Check for culture support in ASP.Net 2.0 Pin
Tad McClellan16-Oct-06 18:39
professionalTad McClellan16-Oct-06 18:39 
Questionhow can i create buttons duirng runtime? Pin
neodeaths16-Oct-06 17:07
neodeaths16-Oct-06 17:07 

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.