|
The Table control builds up a table programmatically by adding TableRows
to the Rows collection of the table, and TableCells to the Cells collection of the row. You can add content to a
table cell programmatically by adding controls to the Controls collection of the cell.
The following sample illustrates using the Table control.
VB Table1.aspx
|