Murach's ASP.NET 2.0 with VB 2005
How to use the validation controls
Chapter 2 of this book gets you started using two validation
controls: the required field validator and the range validator. Now, this chapter builds on that knowledge to teach
you more about using various types of validation controls
to perform the data validation required by most web forms.
|
|
|
|
How to use the validation controls |
232 |
|
Common validator properties |
234 |
|
How ASP.NET processes validation
controls |
236 |
|
|
How to use the required field
validator |
238 |
|
How to use the compare validator |
240 |
|
How to use the range validator |
242 |
|
|
How to use the validation summary
control |
244 |
|
How to use validation groups |
246 |
|
|
How to use the regular expression
validator |
248 |
|
How to create your own regular
expressions |
250 |
|
How to use a custom validator |
252 |
|
A validation routine that validates
credit card numbers |
254 |
|
 |
|
|
|
|
|
© Copyright 1998-
Mike Murach & Associates, Inc. All rights reserved.
|