@model EMIS.ViewModel.SystemView.AnnouncementTypeView @using EMIS.Web.Controls; @using Bowin.Web.Controls.Mvc; @{ ViewBag.Title = "TypeEdit"; }
@Html.LabelFor(x => x.No): | @Html.TextBoxFor(x => x.No) | @Html.LabelFor(x => x.Name): | @Html.TextBoxFor(x => x.Name) |
@Html.LabelFor(x => x.Description): | @Html.TextAreaFor(x => x.Description, new Dictionary |