skip to Main Content

Html – displaying two controls on the same line

I want to display two controls on same line. Right now, one control is slightly upper than other control. I am using bootstrap to display the control. below is my code: <div class="form-group row"> <div class="col-md-6"> <label asp-for="AuditDetails" class="control-label"></label> <select…

VIEW QUESTION
Back To Top
Search