@model EMIS.ViewModel.RetakeManage.RetakeStudentListView @using Bowin.Web.Controls.Mvc; @using EMIS.Entities; @using EMIS.Web.Controls; @{ ViewBag.Title = "Generate"; } @section scripts{ }
@using (Ajax.BeginForm(new AjaxOptions { OnSuccess = "EMISFunction.FormSuccess", OnBegin = "EMISFunction.FormSubmit", OnComplete = "EMISFunction.FormComplete" })) {
@Html.ContextMenuBar("Create")
@Html.Hidden("finallyScoreIDs") @**@
@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)
}