Author: Suprotim Agarwal | Posted on: 10/21/2008 4:22:20 AM | Views : 694

The BaseValidator class defines the basic implementation needed for all Validation controls. There are 6 very useful Validation Controls included in the ASP.NET framework, however they come with a few shortcomings. In this article, we will explore how to create a custom validation control in ASP.NET and provide both Server and Client Side Validation for the same. ...

Go to the complete details ...