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...
This is an online email validator that can be used to validate an email address supplied by the user and to show error messages when user's email is invalid. They can extract this email function to their directories of the web pages. This is an...
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...
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...
Email Validator acts as a security for users email addresses. By checking the validity of email addresses, the errors can be detected. This validator is easy to use. The quality of the result is maintained here and meets clients satisfaction.
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....
Building a Custom Validator Using VB.NET is an article in which the author gives you the procedure for creating a custom validator control through which you can validate the blank entry in the textbox as well as checks if the length of the text...
Form Validation with ASP.NET - It Doesn't Get Any Easier! is a web based tutorial in which author concentrates on validating the web form using validator control. The author elaborates about method of using regular form validator, range validator...
This ASP.NET tutorial is helpful for the .NET programmers to know the method for creating an user control to carry out email sign up process in C#. The author uses the textbox, button and validator control for this purpose. This tutorial shows you...
"Cool" ASP.NET Features 3: Validation Controls is an article in which author demonstrates the procedure of utilizing validation control in various parts inorder to validate the web forms. In this tutorial users can learn about compare... |