Easy Tutorial
❮ Prop Webcontrol Calendar Firstdayofweek Control Listcontrol ❯

ASP.NET Table Control



Definition and Usage

The Table control, in conjunction with the TableCell and TableRow controls, is used to create tables.


Properties

Property Description .NET
BackImageUrl The URL of the background image for the table. 1.0
Caption The caption of the table. 2.0
CaptionAlign The alignment of the caption text. 2.0
CellPadding The spacing between the cell border and content. 1.0
CellSpacing The spacing between cells. 1.0
GridLines The gridline format of the table. 1.0
HorizontalAlign The horizontal alignment of the table within the page. 1.0
Rows The collection of rows in the table. 1.0
runat Specifies that the control is a server control. Must be set to "server". 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 Firstdayofweek Control Listcontrol ❯