generate the controls in the table dynamically

  • Thread starter Thread starter iHavAQuestion
  • Start date Start date
I

iHavAQuestion

I have a dropdown with the list of items from 1 to 6
Below the dropdown there is a table(This table contains all textbox and
dropdownlist) with 6 rows and 5 cloums, which is INVISIBLE by default.

if I select 3 from the drop down, I should get the table with the 3 rows and
5 cloums , turn visible with all the controls in it.
OR if I select 4 from the drop down, I should get the table with the 4 rows
and 4 cloums, turn visible with all the controls in it.

Can any one please let me know how???
can any one please provide me the link???


Thanks in Advance.
 
Back
Top