@using Bowin.Web.Controls.Mvc; @using EMIS.Web.Controls; @{ ViewBag.Title = "ClassmajorReport"; } @section scripts{ }
@Html.Position()
查询条件
@Html.Hidden("UserID", EMIS.Utility.FormValidate.CustomPrincipal.Current.UserID, new { id = "UserID" })
  • 学年学期:
  • @Html.DropdownList(new DropdownListOptions { BindType = DropdownListBindType.None, ItemSourceUrl = Url.Content("~/SchoolYear/DropDown"), SelectedValue = BaseExtensions.GetCurrentSchoolYearID(), ID = "SchoolYearDropdown", Name = "SchoolYearDropdown", OnSelect = "reload", OnLoadSuccess = "SchoolyearLoaded" })