@model EMIS.ViewModel.StudentManage.StudentProfile.StudentConductView @using Bowin.Web.Controls.Mvc; @using EMIS.Web.Controls; @{ ViewBag.Title = "ConductInput"; } @section scripts{ }
@Html.LabelFor(x => x.SchoolyearNumID): | @Html.DictionaryComboGridFor(EMIS.ViewModel.DictionaryItem.CF_SchoolyearNum, (x => x.SchoolyearNumID), DropdownListBindType.PleaseSelect, new ComboGridOptions() { IsEnabled = true }) | ||
@Html.LabelFor(x => x.Comment): |
@Html.TextAreaFor(x=>x.Comment, new Dictionary |