Just load the data in the controller and structure it as you see fit ... then all you need to do is pass the list to the dropdown html helper and it doesn't have to know anything about the data's structure.
If you embrace the separation of concerns that is afforded to you when you fully buy into the MVC pattern, this sort of thing answers itself :-P
Joel Martinez
2009-06-09 16:13:56