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