@model EMIS.ViewModel.PaymentManage.LearningformRateView @using EMIS.Web.Controls; @using Bowin.Web.Controls.Mvc; @{ ViewBag.Title = "Edit"; } @section scripts{ }
@Html.LabelFor(x => x.LearningformID): | @Html.DictionaryDropDownListFor((EMIS.ViewModel.DictionaryItem.CF_Learningform), (x => x.LearningformID)) | @Html.LabelFor(x => x.EducationID): | @Html.DictionaryDropDownListFor((EMIS.ViewModel.DictionaryItem.CF_Education), (x => x.EducationID)) |
@Html.LabelFor(x => x.Rate) | @Html.TextBoxFor(x => x.Rate) |