@using Bowin.Web.Controls.Mvc; @using EMIS.Web.Controls; @{ ViewBag.Title = "UserReport"; } @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 = "reload" })