Web Forms Server Controls Controls You Can Use on Web Forms ASP.NET Standard Controls
The Table Web server control creates a general-purpose table on a Web Forms page. Rows in the table are implemented as TableRow Web server controls, and cells within each row are implemented as TableCell Web server controls.
The following topics provide information that you will find useful in learning to work with the Table, TableRow, and TableCell controls.