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.