Добавил:
Опубликованный материал нарушает ваши авторские права? Сообщите нам.
Вуз: Предмет: Файл:
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

TextAlign

determines how the text associated with the

 

RadioButton is aligned; possible values are Left and

 

Right

Events

CheckedChanged

raised when the RadioButton is checked or unchecked

RadioButtonList

Properties

AutoPostBack

automatically posts the form containing the

 

RadioButtonList whenever checked or unchecked is

 

True

DataMember

represents the particular table within the data source

DataSource

represents the actual data source to use when binding

 

to a RadioButtonList

DataTextField

represents the field within the data source to use with

 

the RadioButtonList’s text label

DataTextFormatString

specifies a format string that determines how the

 

RadioButtonList is displayed

DataValueField

represents the field within the data source to use with

 

the RadioButtonList’s value

RepeatColumns

the collection of items within the RadioButtonList

Items

determines the number of columns to use when display-

 

ing the radio buttons

RepeatDirection

indicates the direction in which the radio buttons

 

should repeat; possible values are Horizontal and

 

Vertical

RepeatLayout

determines how the radio buttons should repeat; pos-

 

sible values are Horizontal and Vertical

626