I\'m building my first MVC application after years of doing webforms, and for some reason I am not able to make this work:
@Html.DropDownList(\"PriorityID\"
Try below code:
@Html.DropDownList("ProductTypeID",null,"",new { @class = "form-control"})