你好:
你可以使用dropdownlist方法中的htmlAttributes来设置默认选中项。
<%= Html.DropDownList("CategoryID", (SelectList) ViewData["Categories"], "-- --") %>