开发者

MVC 3 Razor: Country selection drop down list

开发者 https://www.devze.com 2023-02-28 15:47 出处:网络
I need to create a drop down list populated with countries for the user to pick from. So far all I have come across are long html lists that slow down my editor. I\'m hoping there would be a quick way

I need to create a drop down list populated with countries for the user to pick from. So far all I have come across are long html lists that slow down my editor. I'm hoping there would be a quick way to do this in MVC 3 Razor.

Any help is g开发者_运维技巧reatly appreciated.


Basically the same as this answer, but you'll need the country list, probably from a resource, instead of the years.


It should be easy... Just like we did it in the old days :-)

Simply create a partial View with the country list as static HTML.

0

精彩评论

暂无评论...
验证码 换一张
取 消