HTML Controls[14]->HtmlTable , HtmlTableRow , and HtmlTableCell
The HtmlTable control lets you build up a table programmatically by adding HtmlTableRow controls to the table's Rows collection and HtmlTableCell controls to the row's Cells collection. You can add content to a table cell programmatically by adding controls to the cell's Controls collection.
The following sample illustrates using the HtmlTable control.
The following sample illustrates using the HtmlTable control.


浙公网安备 33010602011771号