Hi ,
We have a country table, which have country code and country name, these country names have been shown in drop down list. Now We have added another table, which have same country code and another country name:
For example: 1 Table have Countrycode: 1, CountryName: India - It has been shown in DropDown List:
2. Table have same country Code:1, CountryName: Indian:
OutPut is: In drop- down list: should be shown: India and Indian also, If we enter name in second table.
Thanks