MVC DropDownListFor not selecting value from model

后端 未结 6 1268
逝去的感伤
逝去的感伤 2020-12-05 11:42

I have read through this question ASP.NET MVC DropDownListFor not selecting value from model and answer but I don\'t know the solution to my problem.

This is my vi

6条回答
  •  没有蜡笔的小新
    2020-12-05 12:20

    I know this is an old question, but just in case someone is facing the same problem than me. In my case was that I accidentally was using a normal variable instead of a property in the model, as soon as I set it as a property instead it started working.

提交回复
热议问题