DropDownList帮助器看不到选中状态

时间:2013-06-03 12:37:57

标签: html asp.net-mvc view html-helper html-select

我在View中的代码是:

@Html.DropDownList("subsidiary", (List<SelectListItem>)ViewBag.Subsidiaries, new Dictionary<string, object> { { "class", "chzn-select" }, { "style", "width: 230px;" } });

ViewBag.Subsidiaries包含SelectListItem列表,其中第二个对象的Selected值设置为True。当下拉列表在视图中呈现时,没有选择已分配给它的选项元素。知道为什么吗?

0 个答案:

没有答案