Hi Team
I need some help with aligning of my div, basically i have label and want @html.Editor(model=>model.CourseName) be next to this label. Somehow its not and need some help.
- class="row">class="col-xs-3">
- class="btn btn-primary" data-toggle="modal" data-target="#exampleModal">
- Start New Course
- class="modal fade" id="exampleModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true">class="modal-dialog" role="document">class="modal-content">class="modal-header">
class
="modal-title" id="exampleModalLabel">Start New Course- class="close" data-dismiss="modal" aria-label="Close">
- "true">×
class="form-group row">- ="CourseName" class="col-sm-2 col-form-label">CourseName:
class="col-sm-8">@Html.EditorFor(model => model.CourseName, new { htmlAttributes = new { @class = "form-control", autofocus = "autofocus", placeholder = "CourseName" } }) // here it must next to the label and cant make it need help here please team.class="modal-footer">- class="btn btn-secondary" data-dismiss="modal">Cancel
- class="btn btn-primary">Create Course
Laxmidhar SahooPosted Aug 18, 2020, 4:03 AM
Guest UserPosted Aug 17, 2020, 10:12 AM
Shantanu PandeyPosted Aug 17, 2020, 10:03 AM
Try using