@model EMIS.ViewModel.CalendarManage.CoursesTimeView @using EMIS.Web.Controls; @using Bowin.Web.Controls.Mvc; @{ Layout = "~/Views/Shared/_Layout.cshtml"; ViewBag.Title = "Edit"; }
@Html.LabelFor(x => x.StartTimes): | @Html.TextBoxFor(x => x.StartTimes, new { style = "width:66px;" })-@Html.TextBoxFor(x => x.EndTimes, new { style = "width:66px;" }) | @Html.LabelFor(x => x.TimesSegment): | @Html.DropdownListFor(x => x.TimesSegment, new DropdownListOptions { ItemSourceUrl = Url.Content("~/Activitie/TimesSegmentDropdownListBanid"), TextField = "Text", ValueField = "Value" }) |
---|---|---|---|
@Html.LabelFor(x => x.StartDate): | @Html.TextBoxFor(x => x.StartHour, new { style = "width:66px;" }):@Html.TextBoxFor(x => x.StartMinutes, new { style = "width:66px;" }) | @Html.LabelFor(x => x.EndDate): | @Html.TextBoxFor(x => x.EndHour, new { style = "width:66px;" }):@Html.TextBoxFor(x => x.EndMinutes, new { style = "width:66px;" }) |