@model EMIS.ViewModel.PaymentManage.LevelStandardView @using EMIS.Web.Controls; @using Bowin.Web.Controls.Mvc; @{ ViewBag.Title = "Edit"; } @section scripts{ }
@Html.LabelFor(x => x.PaymentLevelID): | @Html.DictionaryDropDownListFor((EMIS.ViewModel.DictionaryItem.TP_PaymentLevel), (x => x.PaymentLevelID)) | @Html.LabelFor(x => x.TeacherType) | @Html.DictionaryDropDownListFor((EMIS.ViewModel.DictionaryItem.CF_TeacherType), (x => x.TeacherType)) |
@Html.LabelFor(x => x.Amount): | @Html.TextBoxFor(x => x.Amount) |