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

TextBox

SelectedIndex

represents the index selected within the

 

RadioButtonList

 

 

 

 

SelectedItem

represents

the

item

selected

within

the

 

RadioButtonList

 

 

 

 

SelectedItem

represents

the

item

selected

within

the

 

RadioButtonList

 

 

 

 

TextAlign

determines how the text associated with the

 

RadioButtonList is aligned; possible values are Left

 

and Right

 

 

 

 

 

Events

 

 

 

 

 

 

SelectedIndexChanged

raised when a radio button within the

 

RadioButtonList is selected

 

 

TextBox

Properties

AutoPostBack

automatically posts the form containing the TextBox

 

whenever a change is made to the contents of the

 

TextBox

Columns

sets the horizontal size of the TextBox in characters

MaxLength

sets the maximum number of characters that may be

 

entered

Rows

sets the vertical size of the multiline TextBox

Text

specifies the text displayed by the TextBox

TextMode

determines whether the TextBox should render as

 

SingleLine, Password, or MultiLine

Visible

controls the visibility of the TextBox

Wrap

determines how a multiline TextBox wraps; if set to

 

True, word wrapping is enabled

627