User2106842623 posted
Hi all,
I have a gridview with 2 columns final_price and Supported_price.
Now in one dropdown I have multiple currency code like USD,INR,EUR etc.I have a database table "Exchange_Rate(Id,Code, rate)
database table structure
---------------------------
1 USD 1.00
2 EUR 34.52
3 INR 54.00
------------------------------
Now requirement is user selects currency code from dropdown(say EUR) and corresponding factor will be multiplied to gridview values.
If user select back previous currency it should restore back previous value.
Pls help me how can I implement this?