
Implement a Generic Custom Validation Control
This Tip applies to Microsoft .NET Framework. using System; using System.Text.RegularExpressions; public class CustomValidations { public CustomValidations() { } /// /// This method is used for validating _the string and returns /// true , if _the string contains alphabets /// otherwise _false. /// /// /// string : Regular Expression to