using custom validation control

Juniorsky

New Member
how can I use custom validation control to validate the values taken from two different input fields.<BR>thanxThe msdn doc has a good example:<BR><BR>http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfSystemWebUIWebControlsCustomValidatorClassSer verValidateTopic.asp<BR><BR>In your ServerValidation sub, you would put your own check for the values in those two fields and set args.isvalid accordingly.
 
Back
Top