Easy Tutorial
❮ Prop Webcontrol Calendar Caption Prop Webcontrol Button Causesvalidation ❯

ASP.NET TableRow Control



Definition and Usage

The TableRow control is used together with the TableCell control and Table control to create rows in a table.

Tip: The rows of the table are stored in the Rows collection of the Table control.


Properties

Property Description .NET
Cells
HorizontalAlign The horizontal alignment of the content within the table row. 1.0
TableSection The location of the TableRow object within the Table control. 2.0
VerticalAlign The vertical alignment of the content within the table row. 1.0

Web Control Standard Properties

For a complete description, visit Web Control Standard Properties.

Control Standard Properties

For a complete description, visit Control Standard Properties.


Examples

Table

Table 2


❮ Prop Webcontrol Calendar Caption Prop Webcontrol Button Causesvalidation ❯