Hi to all,
Basically what I need to know is this:
I have to show a drop down list of countries to my users each country also has a code associated to it. I will have to work with both the country and the code What would be the best approach:
-We (the dev.) are thinking about a table in our app database with this data, or XML file. -Our "architect" says that is old school and that we should use constants in our app with a map that associates the country with the code
Please Help me feel smart