@model EMIS.ViewModel.EducationSchedule.CollegeSubmitView @using EMIS.Web.Controls; @using Bowin.Web.Controls.Mvc; @{ ViewBag.Title = "Submit"; } @section scripts{ }
@using (Ajax.BeginForm(new AjaxOptions { OnSuccess = "FormSuccess", OnBegin = "EMISFunction.FormSubmit", OnComplete = "EMISFunction.FormComplete" })) {
@Html.ContextMenuBar("SchedulingSubmit")
选择@EMIS.Utility.RSL.Get("College"): @Html.DropdownListFor((x => x.CollegeID), new DropdownListOptions { BindType = DropdownListBindType.None, ItemSourceUrl = Url.Content("~/College/CollegeDropdownListBanids"), ID = "CollegeDropdown", Name = "CollegeDropdown", OnLoadSuccess = "QueryCollegeDropdownList" })
}