Standard Controls[24]->Table , TableRow , and TableCell

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.

C# Table1.aspx
Run Sample View Source

posted on 2007-05-14 09:38  改变热爱  阅读(186)  评论(0)    收藏  举报

导航