J
James
Hello all
I have an string (array) that contains the following information (as a
sample)
AFAfghanistan
ZASouth Africa
AXAland Islands
ALAlbania
DZAlgeria
etc...
Two first characters are the ISO code of each country the array (string) is
called Countries
How can I add this information in my DropDownList in order to have the
following data:
In DataTextField:
Aghanistan
Suth Africa
Aland Islands
Albania
Algeria
In DataValueField
AF
ZA
AX
AL
DZ
Thanks a lot for your help
J
I have an string (array) that contains the following information (as a
sample)
AFAfghanistan
ZASouth Africa
AXAland Islands
ALAlbania
DZAlgeria
etc...
Two first characters are the ISO code of each country the array (string) is
called Countries
How can I add this information in my DropDownList in order to have the
following data:
In DataTextField:
Aghanistan
Suth Africa
Aland Islands
Albania
Algeria
In DataValueField
AF
ZA
AX
AL
DZ
Thanks a lot for your help
J