@model EMIS.ViewModel.SystemView.RoleView @using EMIS.Web.Controls; @using Bowin.Web.Controls.Mvc; @{ ViewBag.Title = "Edit"; }
@Html.LabelFor(x => x.OrderNo): | @Html.TextBoxFor(x => x.OrderNo) | @Html.LabelFor(x => x.RoleName): | @Html.TextBoxFor(x => x.RoleName) |
@Html.LabelFor(x => x.StudentType): | @Html.DictionaryDropDownListFor(EMIS.ViewModel.DictionaryItem.CF_STUDENTTYPE, (x => x.StudentType), new DropdownListOptions { BindType = DropdownListBindType.PleaseSelect }) | ||
@Html.LabelFor(x => x.Description): | @Html.TextAreaFor(x => x.Description, new Dictionary |