@model EMIS.ViewModel.PaymentManage.PaymentStandardView @using EMIS.Web.Controls; @using Bowin.Web.Controls.Mvc; @{ ViewBag.Title = "Edit"; } @section scripts{ }
@Html.LabelFor(x => x.TitleID): | @Html.DictionaryDropDownListFor((EMIS.ViewModel.DictionaryItem.CF_Title), (x => x.TitleID)) | @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) |