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

FileName

returns the name of the file

HasFile

returns True if the control has loaded a file, and False

 

otherwise

PostedFile

returns for the uploaded file an HttpPostedFile object

 

whose properties can be used to obtain additional data

 

about the file

Methods

 

SaveAs

saves the uploaded file to disk

HiddenField

Properties

Value specifies the value of the hidden field

HyperLink

Properties

ImageURL

specifies the location of the image to use

NavigateURL

specifies the URL to navigate to when the hyperlink

 

is clicked

Target

specifies the target window or frame to display for the

 

URL; possible values are _top, _blank, _self, and

 

_parent

Text

specifies the text displayed by the HyperLink

Visible

controls the visibility of the HyperLink

620