1
Answer

how to make validation controls to fire before javascript

hi..the scenario is ...i need required field validators for few of textboxes and if everything is filled then on clk of submit btn i want to display an alert msg with sme text...

so i kept required field validatiors for all txtboxes and in for alert i wrote javascript function...so first the script gets triggered and then the validators?? wat is the soln:?? what is the best way of using validation controls in above scenario..thanks

Answers (1)