views:

10

answers:

0

I'd like to use Html.EditorForModel in mvc2. Is it possible to use some attribute to tell the view to use a DropDownList for a specific field? (without resorting to writing a template).

I'm thinking something along the lines of django's "choices" option on a field.

Thanks,

Juan Pablo