Click here to Skip to main content
15,902,112 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionReferencing an object in the code behind Pin
dptalt6-May-09 4:45
dptalt6-May-09 4:45 
AnswerRe: Referencing an object in the code behind Pin
Jeff Circeo6-May-09 12:23
Jeff Circeo6-May-09 12:23 
QuestionHow to get the values into the textbox using datareader in asp.net Pin
Anjani Poornima6-May-09 4:35
Anjani Poornima6-May-09 4:35 
AnswerRe: How to get the values into the textbox using datareader in asp.net Pin
Sujay chakraborty6-May-09 5:33
Sujay chakraborty6-May-09 5:33 
AnswerRe: How to get the values into the textbox using datareader in asp.net Pin
Abhijit Jana6-May-09 9:53
professionalAbhijit Jana6-May-09 9:53 
AnswerRe: How to get the values into the textbox using datareader in asp.net Pin
SayreCC6-May-09 15:04
SayreCC6-May-09 15:04 
QuestionHow to get the values into the textbox using datareader Pin
Anjani Poornima6-May-09 4:30
Anjani Poornima6-May-09 4:30 
AnswerRe: How to get the values into the textbox using datareader Pin
netJP12L6-May-09 4:36
netJP12L6-May-09 4:36 
double the column name, check if you have value for that field in the database.
check if you are even getting any rows. Also check if you are even coming into the while loop function let's say for instance.

while(dr.Read()
{
textbox.Text="I am here";///so at least you know some rows are being returned.
}
AnswerRe: How to get the values into the textbox using datareader Pin
Abhijit Jana6-May-09 10:24
professionalAbhijit Jana6-May-09 10:24 
Questionproperties and methods Pin
netJP12L6-May-09 4:13
netJP12L6-May-09 4:13 
AnswerRe: properties and methods Pin
Jeff Circeo6-May-09 12:29
Jeff Circeo6-May-09 12:29 
QuestionCheckBoxList DataBinding on Postback [modified] Pin
Swetha Sankaran6-May-09 3:53
Swetha Sankaran6-May-09 3:53 
QuestionTimer Control in User control Pin
scothykonma6-May-09 3:28
scothykonma6-May-09 3:28 
AnswerRe: Timer Control in User control Pin
Jeff Circeo6-May-09 12:31
Jeff Circeo6-May-09 12:31 
QuestionLocalizing DateTime using microsoft report viewer [ RDLC ] Pin
vbexpert16-May-09 2:27
vbexpert16-May-09 2:27 
Questionbind textboxes runtime Pin
Sneha Bisht6-May-09 1:20
Sneha Bisht6-May-09 1:20 
AnswerRe: bind textboxes runtime Pin
Abhijit Jana6-May-09 2:03
professionalAbhijit Jana6-May-09 2:03 
Questiondomain check availability Pin
nithydurai6-May-09 1:12
nithydurai6-May-09 1:12 
AnswerRe: domain check availability Pin
Vimalsoft(Pty) Ltd6-May-09 1:18
professionalVimalsoft(Pty) Ltd6-May-09 1:18 
Questioncreate Windows Service Project in VS2005 & VS 2008??? Pin
nkmkrishna6-May-09 0:51
nkmkrishna6-May-09 0:51 
AnswerRe: create Windows Service Project in VS2005 & VS 2008??? Pin
Abhijit Jana6-May-09 1:01
professionalAbhijit Jana6-May-09 1:01 
AnswerRe: create Windows Service Project in VS2005 & VS 2008??? Pin
Baran M6-May-09 1:31
Baran M6-May-09 1:31 
GeneralRe: create Windows Service Project in VS2005 & VS 2008??? Pin
nkmkrishna6-May-09 2:03
nkmkrishna6-May-09 2:03 
GeneralRe: create Windows Service Project in VS2005 & VS 2008??? [modified] Pin
Baran M6-May-09 2:19
Baran M6-May-09 2:19 
QuestionMaster Page Pin
indian226-May-09 0:41
indian226-May-09 0: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.