UI Design - design pattern for city/country drop down? (ASP.NET MVC)
- by JK
What is the best way to do a city/country dropdown pair in ASP.NET MVC?
I see lots of places with country above city, but that's unnatural: in real life we write city/country. I've used city, then country, but the problem is that the user then has to go backwards after changing the country.
The other problem is what do you do about…