CustomValidator Control is an ASP.NET article in which author explains about the custom validator control, which perform validation both in client side and server side. In server side validation, the validation is done with the help of servervalidate
How can I perform form validation with ASP+? is an ASP.NET tutorial in which users can gather information about several validators which perform server side form validation. Here the author duscusses about range validator, required field validator, c
Server Control Form Validation is an ASP.NET tutorial which deals with validator control for validating the web form. The author elaborates the procedure for performing custom validation, methods for displaying validation error, procedure to work alo
How can I use the Range Validator? is an ASP.NET tutorial which helps you to know the range validator control of ASP.NET. The range validator control is used to vaidate the values of the input control to find out whether it lies between the specified
Using the CustomValidator Control is an ASP.NET tutorial which specially concentrates on custom validator control, which is one of the form validation control that checks the custom logic to perform the form validation. In this tutorial programmers c
The Email Validator control is a simple but powerful control that ensures email address hygiene through an easy to use and intuitive interface. The control uses regular expressions to validate email address syntax, in addition with a confirmation cha
KCallback.net Control, the most powerful, robust, callback control available in the market today for ASP.NET with AJAX support.
Tigra Form Validator PRO is professionally designed JavaScript component performing client-side form validation of any complexity. The script supports most of the data types used in online forms and it can be easily extended with any custom types. Of
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 BaseVa
Date Validator Custom Web Control could be used for the user to validate the dates. DateValidator is used to overcome the missing of useful validators. Now user can insert date in a common text box. / The date must be in the format dd/mm/yyyy. This t |