I have three validators asociated with a textbox. Say 
1) Date should be in format mm/dd/yyyy - CustomValidator
2) End Date shouldn't be greater than startdate (another textbox) -
Compare Validator
3) Date should within some specidfied range - Range Validator .

If Date is not in correct format , I don't want Validator2 and 3
messages to displayed.
If 1st validatoin fails only then it should display next message.

Right now all the three messages gets displayed . I want only one
message to be displaed at a time
How to go about this.

TIA
Renu

You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

Reply via email to