Create rows at run time?

  • Thread starter Thread starter Carlo DLS
  • Start date Start date
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top