hmm <%= Html.DropDownList("ElementName", Model.Categories) %> this wasn't working until i changed the return type of SelectList to List<SelectListItem>
Anyway, got it working thanks for your help.
I am using Razor syntax and working without intellisense which didn't help.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.