Description of Building a Custom Validator Control - Part 1 :
Building a Custom Validator Control - Part 1 is an article in which the author gives you the procedure for creating a custom validator control using the BaseValidtor class. In this article the author creates a class derived from the base class BaseValidtor with two new properties such as UpperLength and LowerLength to achieve the task.