@using EMIS.Web.Controls; @using Bowin.Web.Controls.Mvc; @section scripts{ } @using (Ajax.BeginForm(new AjaxOptions { OnSuccess = "EMISFunction.FormSuccess", OnBegin = "EMISFunction.FormSubmit", OnComplete = "EMISFunction.FormComplete" })) {
生成被冲学时
@Html.ContextMenuBar("GenerateChargeAgainst")
@Html.DropdownList(new DropdownListOptions { BindType = DropdownListBindType.PleaseSelect, ItemSourceUrl = Url.Content("~/SchoolYear/YearsDropdownListBanid"), ID = "ddlSchoolyear", Name = "ddlSchoolyear", SelectedValue = BaseExtensions.GetCurrentSchoolYearID() })
}