@model EMIS.ViewModel.EvaluationManage.EvaluationControlView @using EMIS.Web.Controls; @using Bowin.Web.Controls.Mvc; @{ Layout = "~/Views/Shared/_Layout.cshtml"; ViewBag.Title = "Edit"; }
@Html.LabelFor(x => x.SchoolyearID): | @Html.DropdownListFor(x => x.SchoolyearID, new DropdownListOptions { ItemSourceUrl = Url.Content("~/SchoolYear/YearsDropdownListBanid"), TextField = "Text", ValueField = "Value" }) | ||
---|---|---|---|
@Html.LabelFor(x => x.IsResult): | @Html.CheckBoxFor(x => x.IsResult) | ||
@Html.LabelFor(x => x.IsCourse): | @Html.CheckBoxFor(x => x.IsCourse) |