@model EMIS.ViewModel.RetakeManage.RetakeConditionPageView @using Bowin.Web.Controls.Mvc; @using EMIS.Web.Controls; @{ ViewBag.Title = "List"; } @section scripts{ }
@Html.TextBoxFor(x => x.MinNoPassCount, new { style = "width: 30px;" }) | ≤ @Html.TextBoxFor(x => x.NoPassConditionTitle, new TextBoxOptions() { IsEnabled = false }) ≤ | @Html.TextBoxFor(x => x.MaxNoPassCount, new { style = "width: 30px;" }) |