I am developing an application using ASP.Net MVC and jQuery. Depending on users action, I load partial views into the page using jQuery's $.ajax method.
The problem, I am experiencing, is related to a particular partial view that contains a form, in which the client side validation is enabled. It does seem like the JavaScript code generated in this partial view is not being executed, hence the client validation is not working.
Does anybody have a solution for this issue?
Thanks!
Zen