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

Image

Image

Properties

AlternateText

specifies the text to display within browsers that do

 

not support images

ImageAlign

specifies one of ten possible values for image alignment;

 

possible values include AbsBottom, AbsMiddle,

 

Baseline, Bottom, Left, Middle, NotSet, Right,

 

TextTop, and Top

ImageURL

specifies the location of the image to use

Visible

controls the visibility of the image

ImageButton

Properties

AlternateText

specifies the text to display within browsers that do

 

not support images

CommandName

passes a value to the Command event when the

 

ImageButton is clicked

CommandArgument

passes a value to the Command event when the

 

ImageButton is clicked

CausesValidation

allows interaction with client-side validation controls;

 

when False, validation does not occur

ImageAlign

specifies one of ten possible values for image alignment;

 

possible values include AbsBottom, AbsMiddle,

 

Baseline, Bottom, Left, Middle, NotSet, Right,

 

TextTop, and Top

ImageURL

specifies the location of the image to use

Visible

controls the visibility of the ImageButton

621