<%= Html.DropDownList(string.Empty,"myDropDownList",new SelectList((IEnumerable)ViewData["stuff"],"DescriptionProperty","ValueProperty")) %>
使用MVC中的下拉列表帮助程序,您不会像在旧ASP.NET中那样将数据“绑定”到它.