Easy Tutorial
❮ Prop Webcontrol Calendar Visibledate Prop Webcontrol Radiobuttonlist Cellpadding ❯

ASP.NET HtmlTableRow Control



Definition and Usage

The HtmlTableRow control is used to control the <tr> element. In HTML, the <tr> element is used to create table rows.


Properties

Property Description
Align The alignment of the row.
Attributes Returns all attribute name and value pairs of the element.
BGColor The background color of the row.
BorderColor The color of the border.
Cells Returns the cells in the row.
Disabled A Boolean value indicating whether the control is disabled. Default is false.
Height The height of the row.
id The unique ID of the control.
InnerHtml Sets or returns the content between the start and end tags of the HTML element. Special characters are not automatically converted to HTML entities.
InnerText Sets or returns all text between the start and end tags of the HTML element. Special characters are automatically converted to HTML entities.
runat Specifies that the control is a server control. Must be set to "server".
Style Sets or returns the CSS properties applied to the control.
TagName Returns the tag name of the element.
VAlign The vertical alignment of the cells in the row.
Visible A Boolean value indicating whether the control is visible.

Examples

HTMLTable

HTMLTable 2


❮ Prop Webcontrol Calendar Visibledate Prop Webcontrol Radiobuttonlist Cellpadding ❯