So I have a RadGrid that is bound to the result of a SOAP call that returns a bunch of clients. Each client's country is returned as the 3 digit iso3 code (examples: "USA" for Unites States or "AUT" for Austria).The country column is bound using a GridBoundColumn.
I already have a table that contains the iso3 codes and the full names of the country that I can reference.
I'm wondering how can I most efficiently change the iso3 output to show the full name to the user.
I already have a table that contains the iso3 codes and the full names of the country that I can reference.
I'm wondering how can I most efficiently change the iso3 output to show the full name to the user.