I went looking for a drop down list for Countries in ASP.NET MVC. I found this article http://helios.ca/2009/05/30/aspnet-mvc-cascading-dropdownlist-with-jquery/ which was pretty much what I needed.
I did not need the state drop down for my application at this time though. Also his sample did not actually provide the countries so some extra work was needed.
I thought I would share here as I beleive other people might be looking for those countries also. I am not going over the implementation here, if you want that then go read Mike's Blog
Here is a zip with the Countries defined in it.
CountryCSharpClass.zip
Enjoy! and thanks to Mike for sharing.
Chris