To create a table dynamically according to the user's input for number of rows.?

JCel

Active member
Joined
Jun 15, 2009
Messages
30
Programming Experience
Beginner
Hi there,

In my application i should create a table like structure which gets the user's input for number of rows and columns...

eg. if i give 5 rows and 3 columns it should create a table with 5*3=15 cells each contains one textbox(to get data)

So could you please tell me which control to use and how to use it?

Regards,
JCel.
 
Back
Top