@model GODATA.Models.Ticket.FeedBackModel
@*to bind not satisfied questions dropdown *@
@*to bind not satisfied questions dropdown *@
| @Html.LabelFor(model => model.CustomerNotSatisfiedComment, new { style = "width:160px;height:70px" }) | @Html.TextAreaFor(model => model.CustomerNotSatisfiedComment, new { @id = "textBoxReason", style = "width:auto;min-height :75px" }) @Html.ValidationMessageFor(model => model.CustomerNotSatisfiedComment) |