Ajax.BeginForm driving me crazy
- by Fabio Milheiro
ASP.NET MVC3
I have a partial view that is initially rendered inside a div. The following is the partial code:
@model Venue.Models.Validation.CustomerRequestModel
<script src="@Url.Content("~/Scripts/jquery-1.4.4.min.js")" type="text/javascript"></script>
<script src="@Url.Content("~/Scripts/jquery.validate.min.js")"…