List of countries
ChrisS.Oct 31 2009 — edited Nov 1 2009Hi
I need a select list to choose from a list of countries. I don't need to support all 270+ possible countries that you see on most sites, just the ones we might possibly deal with, maybe 50 to 100.
The static list only supports 15 entries. Do I need to make a table simply to hold all the ones I want and use a dynamic list against this, or is there a better way. I'd prefer a static list with a larger number of entries.
Thanks
CS