A
a
Hey gang!
I have a specific problem, but a general answer may help. I am building a
web app which will display multiple UserControls on the screen. I want to
put them in a table that is X Columns by however many rows it takes to
complete the list.
I essentially need to add dim a new row, then a new cell, and continue
adding cells to the row until i get to the max_rows property, then add that
row to the table, dim a new row, and continue.
Is there any easy way of doing this with methods of arrays or arraylists, or
do I need to write out raw code? Any ideas or snippets??
Thanks!
kevin
I have a specific problem, but a general answer may help. I am building a
web app which will display multiple UserControls on the screen. I want to
put them in a table that is X Columns by however many rows it takes to
complete the list.
I essentially need to add dim a new row, then a new cell, and continue
adding cells to the row until i get to the max_rows property, then add that
row to the table, dim a new row, and continue.
Is there any easy way of doing this with methods of arrays or arraylists, or
do I need to write out raw code? Any ideas or snippets??
Thanks!
kevin