asp.net.ph

Skip Navigation Links

Adding Table Controls to a Web Forms Page

Controls You Can Use on Web Forms   ASP.NET Standard Controls   Table, TableRow, and TableCell Controls


Adding a Table Web server control consists of two steps: adding the table itself, and separately adding the rows and cells. You can add rows and columns at design time to create a static table, or you can add them at run time in code. For details about adding them at run time, see Adding Rows and Cells Dynamically to a Table Control.

To add a Table control to a Web Forms page

Table1.aspx
Run Sample | View Source
See Also

Introduction to the Table Control   Adding Rows and Cells Dynamically to a Table Control   Displaying Database Information Using a Table Control



© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note