In a master page
I am trying to create a dynamic table with 4 columns for a table row.
Actual my requirement is I have text box in which I will give a number basing on that number input it should create 4 column's in a row
ex: in my text box i/p is 5 then table should created in the below format
Label1 | TetBox1 | Label2 | TextBox2 |
Label3 | TextBox3 | Label4 | TextBox4 |
Label5 | TextBox5 | | |
in this first column Level1 and textbox1 in 2nd column in the same way third column and fourth column's level2 and textbox2
in the above mentioned format my dynamic table should be created.
I have tried but recieving an error. Help is needed ASAP, As I stuck with this functionality