Reputation: 13357
Can somebody tell me how to create a combo box using mvc3/razor, if it's supported and/or a possible work around? Thx!
Upvotes: 0
Views: 12107
Reputation: 31406
I think what you want to use is a DropDownList
and I would point you to Darin's response to this SO question for a concise example of how to implement DropDownListFor
.
Upvotes: 2