Table, TableRow, and TableCell Web Server Controls

The Table Web server control creates a general-purpose table on an ASP.NET Web page. Rows in the table are created as TableRow Web server controls, and cells within each row are implemented as TableCell Web server controls.

The following topics provide information on working with the Table, TableRow, and TableCell controls.

In This Section