@model GODATA.Models.Ticket.DraftTicketDetailModel
| @Html.LabelFor(model => model.DraftTicketCancelReason) | @Html.DropDownListFor(model => model.DraftTicketCancelReason, (IEnumerable< SelectListItem>)ViewBag.CancelDraftTicketReason, "-Select-", new { @id = "ddTypeId", @style = "width:200px;" }) |
| @* *@ | |
| @Html.LabelFor(Model=>Model.OthersReason , new { @id = "otherReasonlabel", @style = "width:200px;" }) | @Html.TextBoxFor(model => model.OthersReason, new { @id = "otherReason", @style = "width:200px;" }) |