Click here to Skip to main content
15,916,941 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Problem with Ajax :TabContainer Pin
jai_1017-May-09 3:01
jai_1017-May-09 3:01 
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 
hi,

i am very new to this .net world

I like to get the values into the textbox using datareader.

I tried in this way :

sqlcommand com=new sqlcommand(query,connectionstring)

sqldatareader rdr=com.executereader();

while(rdr.read())
{
textbox.text=rdr["fieldname"].tostring();

}

but i am not getting the values into the textbox.

plz help me by posting the code.......

Thanx in advance Smile | :)
AnswerRe: How to get the values into the textbox using datareader Pin
netJP12L6-May-09 4:36
netJP12L6-May-09 4:36 
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 

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.