|
|
Writing a Custom Validator Control in ASP.NET |
|
|
C# Corner |
|
|
ASP.NET / Component & Controls |
|
|
Click to Visit |
|
|
28 |
|
Writing a Custom Validator Control in ASP.NET is a tutorial which helps you to create your own server validation control through which you can validate the date fields in the aspx pages. The author defines a class which is inherited from the base class BaseValidator and overrides the functions of this base class to perform the task.
|