Please visit our sponsors !
Validation Server Controls
Validation server controls is used to validate user-input.
Validation Server Controls
A Validation server control is used to validate the data of an input control.
If the data does not pass validation, it will display an error message to
the user.
The syntax for creating a Validation server control is:
<asp:control_name id="some_id" runat="server" />
|
Validation Server Control |
Description |
CompareValidator |
Compares the value of one input control to the value of
another input control or to a fixed value |
CustomValidator |
Allows you to write a method to handle the validation of
the value entered |
RangeValidator |
Checks that the user enters a value that falls between two
values |
RegularExpressionValidator |
Ensures that the value of an input control matches a
specified pattern |
RequiredFieldValidator |
Makes an input control a required field |
ValidationSummary |
Displays a report of all validation errors occurred in a
Web page |
Jump to: Top of Page
or HOME or
Printer friendly page
Search W3Schools:
What Others Say About Us
Does the world know about us? Check out these places:
Dogpile
Alta Vista
MSN
Google
Excite
Lycos
Yahoo
Ask Jeeves
We Help You For Free. You Can Help Us!
W3Schools is for training only. We do not warrant its correctness or its fitness for use.
The risk of using it remains entirely with the user. While using this site, you agree to have read and accepted our
terms of use and
privacy policy.
Copyright 1999-2002 by Refsnes Data. All Rights Reserved
|