MVC4 binding drop down list in a list (bug)
问题 I have the below code in a view. (index.cshtml) Binding Problem The first drop down selects the correct value, based on the 'ChildItem' editor template. The second example using an inline drop down list does not work I don't want to create an editor template just to display drop down values. The odd thing is that TextBoxFor will show the correct value. This seems to be an issue just with the drop down list. How do I fix the binding so that the second drop down works? I debugged it. It would