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

Appendix A: Web Control Reference

Size

sets the width of the text box that will contain the file

 

path

Style

contains the control’s CSS properties

TagName

returns the element’s tag name

Type

specifies the type of control displayed by this input

 

element

Value

corresponds to the value attribute of the HTML tag

Visible

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

HtmlInputHidden Control

The HtmlInputHidden control corresponds to an <input type="hidden" runat="server"> tag.

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

Name

the name of the control

Style

contains the control’s CSS properties

TagName

returns the element’s tag name

Type

specifies the type of control displayed by this input

 

element

Value

corresponds to the value attribute of the HTML tag

Visible

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

650