<div class="form-group">
<div class="col-md-10"
@Html.LabelFor(expression: x => Model.MOCType, htmlAttributes: new { @class = "control-label col-md-2" })
@Html.DropDownListFor(expression: x => Model.MOCType, selectList: new SelectList("CPPSMOC", "SPRDMOC"), optionLabel: "", htmlAttributes: new { @class = "text-danger" })
</div>
</div>
Drop down menu code is given above in MVC method of ASP.net but results are not as expected