Post Validation Script

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

Guest

I have a web page that validates some controls and displays an error message
in a validation summary, all works well. But after the validation is complete
and if ok then I'd like to display a confirm message box to the user using
javascript. My question is how do I hook into the validation script to inject
my script before the postback occurs?
 
Back
Top