在aspx頁面我得到這個錯誤,而綁定下拉列表綁定下拉?
無法轉換的類型 「System.Web.Mvc.SelectList」對象鍵入 「System.Collections.Generic.IList`1 [System.Web.Mvc.SelectListItem]」。
我已經寫:
<p>
<label for="categoryId">Category:</label>
<%= Html.DropDownList("categoryId", (IList<SelectListItem>)ViewData["categoryId"])%>
<%= Html.ValidationMessage("categoryId", "*")%>
</p>
,請告訴我,寫的正確途徑。
感謝
麗思