Hii,
What might be the possible @Html.DropdownList code for the below Html code.
<select class="dropdown-list form-control" data-val="true" data-val-required="The GroupId field is required." id="groupsListId" name="GroupId"><option value="-1">Select Group</option> </select>