Re: Creating controls dynamically based on user input
by Eliyahu Goldin on 11/1/2007 12:22:00 PM
> If I shouldn't need to create a table dynamically then how would you
> create a table which will have a undetermined number of rows?
The point is that you add rows to the datasource which could be as simple as
just an array or an ArrayList. Than you do something like myGrid.DataBind()
and you get a table with as many rows as the number of items in your
datasource.
--
Eliyahu Goldin,
Software Developer
Microsoft MVP [ASP.NET]
http://msmvps.com/blogs/egoldin
http://usableasp.net