views:

55

answers:

0

I have an aspx form and I'm using the RequieredFieldValidator. I also want to show a wait message with Jquery blockUI.

The problem I faced is that if the user has not fill the fields and clicks the button, an alert message prompts him to fill the fields and after this, the wait message of the BlockUI appears.

How can I display the message if none error occurred on the form?