Show an ASP.NET Validation Summary in a jQuery UI Modal Message
Posted
by nlinus
on Stack Overflow
See other posts from Stack Overflow
or by nlinus
Published on 2010-06-11T21:31:35Z
Indexed on
2010/06/11
21:52 UTC
Read the original article
Hit count: 155
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?
© Stack Overflow or respective owner