@model EMIS.ViewModel.EducationManage.TrainingClassMergeView @using EMIS.Web.Controls; @using Bowin.Web.Controls.Mvc; @{ ViewBag.Title = "Edit"; } @section scripts{ }
@Html.LabelFor(x => x.Name): |
@Html.TextBoxFor(x => x.Name, new TextBoxOptions { }, new Dictionary |