Databinding to dynamically created textboxes
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Hallo, I have a DataSet from 2 DB tables, and i want to databind some textboxes(say N, created dynamically) at runtime. Is it possible to have 2-way databinding without using gridview or reapeater etc. That is, i have a set of textboxes and labels in a table. The textboxes should implement 2-way databinding. Thanks