asp mvc DropDownList how to pass a selected item in visual basic .net i put this in the view: <%=Html.DropDownList("Estados", ViewData("EstadosList"))%> and the compiler says that i have to convert to SelectList becouse ViewData Returns an Object any idea to do this?
thxs.. Fernando Soruco