@using EnVisage.Code @using EnVisage.Code.HtmlHelpers @using EnVisage.Code.BLL @using EnVisage.Models @model EnVisage.Models.FiscalCalendarModel @{ ViewBag.Title = "Change Calendar Settings"; } @using (Ajax.BeginForm("EditCalendar", "Calendar", new AjaxOptions { HttpMethod = "Post", OnSuccess = "onEditCalendarSuccess", OnFailure = "onEditCalendarFailure(xhr)", UpdateTargetId = "editReload" }, new { @id = "calendarSettingEditForm" })) { @Html.HiddenFor(t => t.Id) @Html.AntiForgeryToken() }