Добавил:
Опубликованный материал нарушает ваши авторские права? Сообщите нам.
Вуз: Предмет: Файл:
Build Your Own ASP.NET 2.0 Web Site Using CSharp And VB (2006) [eng]-1.pdf
Скачиваний:
142
Добавлен:
16.08.2013
Размер:
15.69 Mб
Скачать

HtmlTableRow Control

TagName

returns the element’s tag name

VAlign

sets the vertical alignment for the cell’s content; pos-

 

sible values include Top, Middle, and Bottom

Visible

if set to False, the control won’t be visible

Width

the width of the cell, in pixels

HtmlTableRow Control

The HtmlTableRow control corresponds to a <tr runat="server"> tag.

Properties

Align

sets the horizontal alignment of the contents of the

 

cell; possible values are Left, Right, and Center

Attributes

a collection of the element’s attribute names and their

 

values

BgColor

the background color of the cell

BorderColor

specifies the color of the borders of this row

Cells

a collection that represents the cells contained in the

 

row

Disabled

if set to True, the control will be disabled

Height

the height of the row, in pixels

ID

contains the control’s ID

InnerHtml

contains the content between the element’s opening

 

and closing tags

InnerText

contains the text between the element’s opening and

 

closing tags

Style

contains the control’s CSS properties

TagName

returns the element’s tag name

657