Multiple validators fire at the same time

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a text field with three different validators, the problem is that in
some cases all three validators fire at the same time. How can I create some
sort of order in which they should "execute"? For instance; if validator 1
returns false, then don't run validator 2 and 3.

Any ideas?
 
Hi Anders,

You need to manipulate the Javascript that is emitted by the ASP.NET
validation controls to
make them work in order.


Thanks
Raghavendra
 
Do you have an example on how to do this?


Raghavendra T V said:
Hi Anders,

You need to manipulate the Javascript that is emitted by the ASP.NET
validation controls to
make them work in order.


Thanks
Raghavendra
 
Back
Top