My question i asked for "Randomly" adding controls in spefic Table Cells. e.g.
if i call funtion CreateTable() , it should create tables with vary number of rows and columns, and then for example if i want a text box in Cell(0,1), a dropdown in cell(2,1) then again a text area control in Cell(5,1) etc etc.( u getting my point, i am not putting one type of control), how can i code that.The control state should be saved in the table.And whenever i open particylar webform it show shos all the control which i have created before