aspx_beginners thread: How to populate an html table from a data set. Don't want to use a data grid.
I want to display a table where the first column has rows that span the rows in other columns. Also, I
want the table header to be repeated every 10 rows so that if the user scrolls, the header will still be
visible. It seems as if the .net controls such as the data grid don't have enough flexibility to do this.
I would like to populate a data set and then programatically construct the table. How can I do this with
asp.net. TIA