Easy Tutorial
❮ Prop Webcontrol Listcontrol Items Met Websecurity Resetpassword ❯

ASP.NET TableRow TableSection Property



Definition and Usage

The TableSection property is used to set or return the position of the TableRow object in the Table control.

Use the TableSection property to get or set the position where the TableRow object is placed in the Table control.

Syntax

Property Description
section Specifies the table section the row belongs to. Possible values: TableHeader - Header row<br> TableBody - Default. Body of the table<br> TableFooter - Footer row

Example

The following example sets the TableSection property of the TableRow control:


❮ Prop Webcontrol Listcontrol Items Met Websecurity Resetpassword ❯