|
ASP.NET Validation Package Demo 4 - Multiple validation groups within an ASP.NET server formThe following demo contains three non server forms, each independently being validated. The first form collects basic user information from a subscriber and contains a series of validation rules as follows:
The second form is a login form (it doesn't actually log into anything). It contains two basic validation rules as follows:
The login form is used later to demonstrate server-side only validation. The third form is a basic search form that contains two search term fields and a condition. The validation rules for this form are a little more complex than the others. The rules follow:
>> Show me the code for the subscribe form control! >> Show me the code for the login form control! >> Show me the code for the search form control! >> Turn off client side validation! © 2002 - 2008 Copyright, Disclaimer and Privacy Statement |
||||||