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

Events

TextChanged raised when the contents of the TextBox have changed

Xml

Properties

Document

specifies the System.Xml.XmlDocument object to dis-

 

play

DocumentContent

specifies a string representing the XML document to

 

display

DocumentSource

specifies the URL of a document to display

Transform

specifies the System.Xml.Xsl.XslTransform object

 

used to format the XML document

TransformArgumentList

specifies the XsltArgumentList used to format the

 

XML document

TransformSource

specifies the URL of an XSLT style sheet used to

 

format the XML document

Validation Controls

The following reference includes a list of important properties, methods, and events for each of the validation controls. These controls ultimately derive from the WebControl class, meaning that they, like the web controls themselves, inherit its properties and methods. The more useful of these properties and methods are listed at the start of this appendix.

CompareValidator

Properties

ControlToCompare specifies the ID of the control to use for comparing values

628