Featured On ...

asp.net

totalasp.co.uk

fuzzysoftware.com

devdex.com

123aspx.com

dotnetfreaks.com

411asp.net

and more ...

ASP.NET Validation Package Demo 1 - Non-server forms

The following demo contains a dummy form that collects basic user information from a subscriber. The form contains a series of validation rules as follows:

  • The name, street, town, and country cannot be left blank.
  • The date of birth is optional, but the person subscribing must be older than 18. The field accepts either a US date format (MM/DD/YYYY) or a format that could not be considered to be ambiguous.
  • The email address must be a valid email address and cannot be left blank.

Note that the code used to create this page contains no server form elements whatsoever.

>> Show me the code!

>> Turn off client side validation!




Name
Street
Town
Country
Date of birth
Email

© 2002 - 2008 Copyright, Disclaimer and Privacy Statement