RegularExpressionValidator Control
The RegularExpressionValidator control performs its validation based on a regular expression. A regular expression is a powerful pattern-matching language that can be used to identify simple and complex character sequences that would otherwise require writing code to accomplish. This ValidationExpression property is set to a valid regular expression that is applied to the data that is to be validated. The data is validated
if it matches the regular expression.
Sunday, August 31, 2008
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment