Creating a Custom Validation Control in ASP.NET (dotnetcurry.com)
submitted by
vivekamar(5940) 3 years, 5 months ago
The BaseValidator class defines the basic implementation needed for all Validation controls. There are 6 Validation Controls included in the ASP.NET 2.0 and ASP.NET 3.5 framework which validate controls to prevent the users from entering wrong data. However, there are a few shortcomings in these controls. The good part is that ASP.NET provides the framework to create new validation controls. If you would like to create your own validation control, you can do so by deriving a new control from the BaseValidator abstract class. 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. read more...
|category: ASP.NET
|Views: 271
tags:
Geral ASP.NET another
Everyones tags:
Your Tags: