Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Jan 18, 2013 03:54 PM by kook23
Member
28 Points
40 Posts
Jan 17, 2013 02:33 PM|LINK
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?
Jan 18, 2013 03:54 PM|LINK
Any help or idea??
kook23
Member
28 Points
40 Posts
Calculate Exchange rate
Jan 17, 2013 02:33 PM|LINK
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?
kook23
Member
28 Points
40 Posts
Re: Calculate Exchange rate
Jan 18, 2013 03:54 PM|LINK
Any help or idea??