The RegularExpressionValidator control validates that the values of another control match a specified expression.
Author: unknown Code: ASP.NET Beta 2 & C#
Evaluates the value of an input control to determine whether it matches a pattern defined by a regular expression. Author: unknown Code: ASP.NET v1.0 & VB
In this tutorial, we will cover how to use the RegularExpressionValidator control in ASP.NET. This validator is extremely useful in circumstances when a field needs to match a specific format. We will also cover the basics of how to use regular expressio Author: vbasic.net Code: ASP.NET v3.5 & VB
In ASP.NET environment,This article describes you how to work with RegularExpressionValidator Web Control.It is an another Validation Control which can be performed an Operation as Checks that the entry matches a pattern defined by a regular expression. Author: Mohideen Code: ASP.NET v2.0 & C#