I have one aspx page开发者_如何学C. I have assign only one textbox in that page. I have retrived the records from the database. Now i want to assign the values to the textbox without writing the code in aspx.cs:
Texbox1.Text=ds.tables[0].rows["Name"].toString();
But the value has to be assign to that Textbox. How can i achive it?
精彩评论