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
Related Sections
- ASP.NET Web Server Controls Overview
Provides general information on working with ASP.NET Web server controls.
- Individual ASP.NET Web Server Controls
Provides information on other Web server controls.
- Data Web Server (ASP.NET) Controls
Provides information on controls you can use to display and edit data on ASP.NET Web pages.