DropDownListFor, selected = true doesn't work
问题 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 artist details, and I want the dropdownlist to load all musiccategories with the specified artists music category selected. But I can't make one specified option in the drop down list selected, the first option is always selected at first. My controller: public ActionResult Index() { ClassLibrary.Artist a = GetArtist(); System