@using Bowin.Web.Controls.Mvc; @using EMIS.Web.Controls; @{ ViewBag.Title = "ProveReport"; string loginUserID = ViewBag.LoginUserID; var dataRangeID = ViewBag.DataRangeID; } @section scripts{ } @Html.DictionaryDropDownList(EMIS.ViewModel.DictionaryItem.CF_StudentProveReport, new DropdownListOptions { ID = "DictionaryStudentProveReport", Name = "DictionaryStudentProveReport", BindType = DropdownListBindType.PleaseSelect, SelectedValue = (int)(int)EMIS.ViewModel.CF_StudentProveReport.Learning, OnSelect = "StudentProveReport" })