@model EMIS.ViewModel.ScoreManage.ExaminationExemptionView @using EMIS.Web.Controls; @using Bowin.Web.Controls.Mvc; @{ ViewBag.Title = "applyEdit"; }
@Html.LabelFor(x => x.Reason): | @Html.TextAreaFor(x => x.Reason, 10, 40, new TextBoxOptions() { IsEnabled = false }) |