标签: asp.net-mvc-4
我正在使用Html帮助程序添加下拉列表..
@Html.DropDownList("builds", (IEnumerable<SelectListItem>)ViewData["BuildList"], "Select-Build", new { @Id = "builds"})
我想让它可编辑的DropDownList 任何帮助将不胜感激。