EvilWoman0913
New Member
I have a text box control in asp with 3 different validators. Each validator is getting its error message from the server, and each one validates different things.My problem is that for some values, two or more validators are firing and I'm getting more then one error message.I would like to make some kind of priority functionality, meaning that if the first validator is firing the other two will not. Is there any way to make the validator behave like that?