COUNTRY-REGION DROPDOWN MENU

@{ if (IsPost) { string country = Request["country_h"]; string region = Request["region_h"];

You have selected:
Country Name: @country
Region Name: @region

} else {

Example: Country-Region DropDown Menu in ASP.NET


} }