Hello,
I'm trying to use asp.net mvc's 2 client validation ( <% Html.EnableClientValidation(); %>) with a modal box (facebox). and can't get it to work. I've tried the following solutions and none of them worked:
www.phpvs.net/2010/04/26/manually-validate-an-asp-net-mvc-form-on-the-client-side-with-microsoftmvcvalidation-js-and-jquery/
aspnet.codeplex.com/WorkItem/View.aspx?WorkItemId=5270
tpeczek.blogspot.com/2010/04/making-aspnet-mvc-2-client-side.html
I've tried both MicrosoftMvcJQueryValidation.js and MicrosoftMvcValidation.js. The thing is that the validation apparently doesn't load the form in the modal (facebox), while it does load the forms which are not in the modal.
anybody has an idea?