genxgeek
genxgeek

Reputation: 13357

MVC3 Razor Combo box

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

Answers (1)

itsmatt
itsmatt

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

Related Questions