I would like to build an empty Dropdownlistfor to received the results of a previous Dropdownlisfor selection:
The actual view:
The following is working:
@Html.DropDownListFor(m => m.Model_Id, **new SelectList(new List()**));