The customvalidator control allows writing custom validation
for a control. So, if the others validators: RangeValidator,
RequiredFieldValidator, RegularExpressionValidator, CompareValidator, is not
useful for a specific validation, it is possible to write server side
validation function or a client side validation function.
To use the server side validation function is necessary to
program the ServerValidate event. To use the client side validation set the
ClientValidationFunction.
CustomValidator
Class MSDN reference.
Revision number 1, Saturday, April 12, 2008 8:53:58 PM by
This is not the most up to date version of this article. The most recent version can be found here.
You must Login to comment.
|
Thu, Jun 12, 2008 4:14 AM
by engmaamun
|
good!
|
Revision #17
Tue, Feb 12, 2008 8:02 PM
by
|
Web Controls
Web controls are ASP.NET controls which are understood and compiled on the server and render as HTML markup on the page. Most of the web server controls render their own HTML controls (or many HTML controls). The markup that is output froma web control can
|
Revision #5
Thu, Jul 17, 2008 1:11 PM
by
|
Validation Controls
ASP.NET Validation Controls are powerful server controlsthat areused for validating user input. These controls provides both server side and client side validation. The client side validation featurescan be used to give your users an improved UI experience
|