Hi,I'm trying to set (via js on the "Change" event) the value of text
field (called "txtClientCurrency") with the selected item's bounded
value in a droplist (called "droplistClientCountry").The droplist
contains the counteries and the binded values contains the currency code
(e.g., SAR, EURO, US, etc...) and as you can imagine, some currencies
are used by more than one country.When I select, for example, "United
State" from the droplist, the txtClientCurrency field is set correctly
to "USD".How...