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

HtmlForm Control

Properties

Attributes

a collection of the element’s attribute names and their

 

values

Disabled

if set to True, the control will be disabled

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

Visible

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

Events

 

ServerClick

raised when the user clicks the button

HtmlForm Control

The HtmlForm control represents a <form runat="server"> tag in an ASP.NET page.

Properties

Attributes

a collection of the element’s attribute names and their

 

values

Disabled

if set to True, the control will be disabled

EncType

contains the MIME type of the form’s content

ID

contains the control’s ID

645