How to get the Latest Currency Exchange Rate in your Asp.net Application.Is there any build-in API for getting the latest exchange rates from the web.
Requirement:
The Requirement is i have one calculated value in Indian Rupee, on selected Currency from a dropdownlist the value should change.
For example if i select USD from dropdownlist the Calculated value should converted to USD. For this i want to use some WebService to get the latest Exchange Rates from the Web.
OnselectedIndexchange event of dropdownlist i want to call the webservice to get data for different World Currencies.