Questions tagged [modelbinder]

61 questions
-1
votes
2 answers

asp.net mvc model binder does not work for drop down list in edit mode

why model binder does not work on drop down list in edit mode ? in edit view i write this code and test two different ddl : @Html.DropDownList("ProductParentCategoryId", null, htmlAttributes: new { @class = "form-control"…
Arman Spr
  • 162
  • 3
  • 16
1 2 3 4
5