How to fill a TextBox with data (webforms)
I'm developing a C# WEB project and want to fill a TextBox with a field from a table, I'll appreciate your help.
p.s. This is a for a WEB form not a WINDOWS form.
Thank you.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Pradip KishorePosted Feb 9, 2007, 2:31 AM
you can access your data through a data adapter and then assign the respective values to ur textbox..like textbox1.text=ds.tables(0).row(0)(0)
hope this will help you..if any more clarification feel free to message me back..