The CompareValidator control compares the value of one control to another, or to an explicit value in the control's ValueToCompare property. CompareValidator uses three key properties to perform its validation. ControlToValidate and ControlToCompare contain the values to compare. Operator defines the type of comparison to perform, for example, Equal or Not Equal. CompareValidator performs the validation by evaluating these properties as an expression.
WhitePapers/Blogs
Revision number 1, Friday, February 22, 2008 6:02:58 AM by vik20000in
You must Login to comment.
|
Thu, Jun 12, 2008 4:24 AM
by engmaamun
|
good..............
|
Revision #3
Wed, Feb 20, 2008 5:04 AM
by
|
CustomValidator
The CompareValidator control compares the value of one control to another, or to an explicit value in the control's ValueToCompare property. CompareValidator uses three key properties to perform its validation. ControlToValidate and ControlToCompare contain
|
Revision #3
Wed, Apr 16, 2008 9:01 PM
by
|
customvalidator
The customvalidator control allows writing custom validation for a control. So, if the others validators: RangeValidator, RequiredFieldValidator, RegularExpressionValidator, CompareValidator, is not useful for a specific validation, it is possible to write
|
Revision #17
Tue, Feb 12, 2008 8:02 PM
by
|
Web Controls
Web controls are ASP.NET controls which are understood and compiled on the server and render as HTML markup on the page. Most of the web server controls render their own HTML controls (or many HTML controls). The markup that is output froma web control can
|