DropDownListFor, selected = true doesn't work

后端 未结 2 572
小蘑菇
小蘑菇 2021-01-16 03:01

Select doesn\'t work for me with DropDownListFor. Can anyone help me?

I have musiccategories and artists that belong to one musiccategory. On my page I want to show

2条回答
  •  时光取名叫无心
    2021-01-16 03:33

    Maybe it has something to do with the way you populate your selec list items or your model.

    You can take a look at this post :

    How can I reuse a DropDownList in several views with .NET MVC

提交回复
热议问题