Found a solution that I think is the best because it as no service call to build the dropdroplist empty and it’s strongly typed:
@Html.DropDownListFor(m => m.Model_Id, Enumerable.Empty<SelectListItem>(), HeelpResources.DropdownlistModelFirstRecord)
Found a solution that I think is the best because it as no service call to build the dropdroplist empty and it’s strongly typed:
@Html.DropDownListFor(m => m.Model_Id, Enumerable.Empty<SelectListItem>(), HeelpResources.DropdownlistModelFirstRecord)