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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top