Hi guys! How do you populate a group of textboxes in the web page?
Printable View
Hi guys! How do you populate a group of textboxes in the web page?
Set the DataSource property to a DataSet or some other object that contains your records/info. Then Bind upon the page_load event.
What I mean is to populate the whole Web Page with Textboxes through code like Add Textbox1 to Textbox15 in the page.
Read this:
http://aspnet.4guysfromrolla.com/articles/081402-1.aspx
Or,
Use a repeater contorl with its itemtemplate as a textbox and bind the repeater to a dataset so that the textboxes are automatically generated.
Thanks guys you are a really big help to me!!! It worked.
:afrog: :afrog: :afrog: :afrog: :afrog: