Show an ASP.NET Validation Summary in a jQuery UI Modal Message
- by nlinus
I've made an ASP.NET web form that uses the standard ASP.NET validation. I'd like to make the error summary show up in a jQuery UI Modal Message as well as below the actual form.
Is it possible to execute the script if the validation finds an error?