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

Appendix A: Web Control Reference

VAlign

sets the vertical alignment for the content of the cells

 

in a row; possible values include Top, Middle, and

 

Bottom

Visible

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

HtmlTextArea Control

The HtmlTextArea control corresponds to a <textarea runat="server"> tag.

Properties

Attributes

a collection of the element’s attribute names and their

 

values

Cols

the width of the text area, specified in characters

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

Name

the unique name for the text area

Rows

the height of the text area, in characters

Style

contains the control’s CSS properties

TagName

returns the element’s tag name

Value

the text entered in the text area

Visible

a Boolean value that indicates whether or not the

 

control should be visible

Events

 

ServerChange

raised when the contents of the text area are changed

658