C
Carlo DLS
All,
I am trying to create a table, be it the simple <table> tag or maybe a
data control object like GridView where what I want to happen is, I
want that table to automatically generate an extra row everytime all
the columns of the first row has been filled up. So for example let's
say I have 2 rows and 2 columns wherein the first row contains column
names, what I am trying to do is, as soon as I finish filling up the
two rows on the second column (because the first column contains column
names) I want .asp to generate another row with the appropriate column.
Now is this possible? Is it also possible to have this type of table
databinded? Please help anyone. Thanks! FYI, I am using 2.0 VS2K5 Pro.
- Carlo
I am trying to create a table, be it the simple <table> tag or maybe a
data control object like GridView where what I want to happen is, I
want that table to automatically generate an extra row everytime all
the columns of the first row has been filled up. So for example let's
say I have 2 rows and 2 columns wherein the first row contains column
names, what I am trying to do is, as soon as I finish filling up the
two rows on the second column (because the first column contains column
names) I want .asp to generate another row with the appropriate column.
Now is this possible? Is it also possible to have this type of table
databinded? Please help anyone. Thanks! FYI, I am using 2.0 VS2K5 Pro.
- Carlo