I have data coming in the following format from external system
<option value="1">GM </option>
<option value="2">Honda </option>
<option value="3">Ford </option>
<option value="4">Toyota </option>
and I am adding it to the combobox . But based on the value in the database ( example Ford, or GM) , I have to select that one by default . The value in the database is the display value coming from the external system , not exactly the VALUE in options . I can select based on the VALUE in options , but how do it selected based on the display value .
Thanks for all your help
Regards Kiran