ASP.NEt MVC 2 Client validation function in Ajax form
- by user295541
Hello,
My problem is the following:
I'm using client validation function of the MVC 2.0 framework.
Everything is nice, when I use the validation in a simple form.
But when I use an Ajax form, and I update the fields of the ajax form.
After the client validation dosen't work.
Exactly: the ajax postback is not fired, but the validation message is not shown.
I think about, I have to refresh the validation after the ajax call but I dont know how I should do it.
Anybody can help me?