@using Bowin.Web.Controls.Mvc; @using EMIS.Web.Controls; @{ ViewBag.Title = "ClassStudentReport"; var status = ViewBag.Status; string LoginUserID = ViewBag.UserID; var DataRange = ViewBag.DataRange; } @section scripts{ } @Html.DictionaryDropDownList(EMIS.ViewModel.DictionaryItem.CF_StudentProof, new DropdownListOptions { BindType = DropdownListBindType.PleaseSelect, ID = "selReport", Name = "selReport", OnSelect = "Report", SelectedValue = 1 })