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

LinkButton

LinkButton

Properties

Text

specifies the text displayed by the LinkButton

CommandName

passes a value to the Command event when the

 

LinkButton is clicked

CommandArgument

passes a value to the Command event when the

 

LinkButton is clicked

CausesValidation

allows interaction with client-side validation controls;

 

when False, validation does not occur

Visible

controls the visibility of the LinkButton

Events

 

Click

raised when the LinkButton is clicked and the form is

 

submitted to the server for processing

Command

raised when the LinkButton is clicked and the form is

 

submitted to the server for processing; values of the

 

CommandName and CommandArgument properties are

 

passed

ListBox

Properties

AutoPostBack

when True, automatically posts the form containing

 

the ListBox whenever an item is selected

DataMember

specifies the particular table within the data source to

 

which to bind

DataSource

represents the actual data source to use when binding

DataTextField

represents the field within the data source to use with

 

the ListBox’s text label

623