Validation

Here is a validation sample using the asp validation controls. This sample includes:
  • RequiredFieldValidator
  • RangeValidator
  • RegularExpressionValidator
  • CompareValidator
  • CustomValidator
  • ValidationSummary
-Devdmans


Email Address:
Create Password:  
(Requires one lower case letter, one upper case letter, one digit, 6-13 length, and no spaces.)
Retype Password:
     
First Name:  
Last Name:  
Favorite Number:  
  (must be between 1 and 1000)
Birth Date:
  (must be at least 18)  
Security Code:  
  (must contain word 'secret')  
   

Result Label