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.

C# HtmlTable1.aspx
Run Sample View Source

posted on 2007-05-14 10:36  改变热爱  阅读(254)  评论(0)    收藏  举报

导航