@model EMIS.ViewModel.RetakeManage.RetakeStudentListView @using Bowin.Web.Controls.Mvc; @using EMIS.Entities; @using EMIS.Web.Controls; @{ ViewBag.Title = "Generate"; } @section scripts{ }
@Html.LabelFor(x => x.SchoolyearCode): | @Html.DictionaryDropDownListFor(EMIS.ViewModel.DictionaryItem.ER_RetakeType, x => x.RetakeTypeID) |
@Html.LabelFor(x => x.RetakeTypeName): | @Html.DictionaryDropDownListFor(EMIS.ViewModel.DictionaryItem.ER_RetakeType, x => x.RetakeTypeID) |