Hi Team
I have created TextAreaFor but the problem is not showing off well and need some help around it. Here is my logic.
- // Model
- public string eNtsaTextAreaDisc { get; set; }
- // View
- class="col-sm-12">
- @Html.TextAreaFor(m=>m.eNtsaAdmin.eNtsaTextAreaDisc, new {@class = "form-control"})
The output is as below, any better idea towards div col-sm-12?
Jignesh KumarPosted Sep 17, 2020, 4:21 AM
Guest UserPosted Sep 16, 2020, 8:55 AM
Sachin SinghPosted Sep 16, 2020, 8:38 AM