I have a form where i use asp:RequiredFieldValidator's which the error message appearing at the right of the textbox / dropdownlist.
I also have a help box at the right so before I show the error messages on the button click I hide the helpbox and make the form width wider for the error messages to fit.
This is working fine but when i change a control to invalid data it shows the errormessage straight away as well as the help box
Is there a way I can stop the error messages firing on the change of the control entry and only allow the messages to appear on the button click?
Go to the complete details ...