Data:
var countries = new Dictionary(); countries.Add(\"AF\",\"Afghanistan\"); countries.Add(\"US\",\"United States\"); cou
The answer here: ASP.Net Html.DropDownList Selected Element not Selected could also be the solution.
You use "Countries" for the name of the dropdown and "countries" as the name of the SelectList. Try renaming one or the other to something different.