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

HtmlTable Control

Events

ServerChange

occurs when the item selected has changed

HtmlTable Control

The HtmlTable control represents a <table runat="server"> tag.

Properties

Align

specifies the alignment of the table in relation to other

 

elements on the page; 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 table

Border

sets the width of the borders around the table, in pixels

BorderColor

specifies the table border color

CellPadding

the amount of space between the contents of a cell and

 

the cell’s border, in pixels

CellSpacing

sets the space between adjacent cells, in pixels

Disabled

if set to True, the control will be disabled

Height

the table’s height

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

Rows

an HtmlTableRowCollection that contains all the rows

 

in the control; these rows can be used to change the

 

rows in the table

655