asp.net.ph

Skip Navigation Links

Table Control Syntax

ASP.NET Syntax   ASP.NET Syntax for Web Controls


The Table control allows you to declare a table and manipulate it programmatically.

Declarative Syntax

For information on the individual members of this class, see Table in the class library.

Remarks

The Table class allows you to build an HTML table and specify its characteristics. A table can be built at design time with static content, but the Table control is often built programmatically with dynamic contents.

NOTE: Programmatic additions or modifications to a table row or cell will not persist across posts to the server. Table rows and cells are controls of their own, and not properties of the Table control. Changes to table rows or cells must be reconstructed after each post to the server. If substantial modifications are expected, use the DataList or DataGrid controls instead of the Table control.

See Also

Table Class   Table, TableRow, and TableCell Web Server Controls



© 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