|
-
Sep 17th, 2008, 07:44 AM
#1
Thread Starter
Addicted Member
How convert Indian Rupee to all country money?
Hi friends,
I need one solution. I am using Asp.Net for my application.
I need to convert Indian rupee to all country money in Asp.net.
Is it possible?If it is possible wht's the solutions for that? Give idea or give any
useful link for this one.
Hope ur's Reply.
Thanks
Failing to plan is Planning to fail 
-
Sep 17th, 2008, 01:55 PM
#2
Re: How convert Indian Rupee to all country money?
-
Sep 18th, 2008, 01:18 AM
#3
Thread Starter
Addicted Member
Re: How convert Indian Rupee to all country money?
Hi mendhak,
I tried to put this url using add web reference in my application.
But i got that the address is not found.
So give an idea for any other options available for this problem.
Thanks
Failing to plan is Planning to fail 
-
Sep 18th, 2008, 08:09 AM
#4
Re: How convert Indian Rupee to all country money?
It's working fine.
http://www.webservicex.com/CurrencyConvertor.asmx
If you can't connect to this, then find another web service to connect to. This is the best way to perform currency conversions in your website using rates that are up to date.
If you have a problem adding the web service to your application, be more specific about what you tried and what the exact error message was. Don't use a vague description of the error and assume that we know what you mean
-
Sep 18th, 2008, 08:15 AM
#5
Thread Starter
Addicted Member
Re: How convert Indian Rupee to all country money?
Hi Mendhak,
I got it. I used another link like that same as ur link.
"http://www.webservicex.net/CurrencyConvertor.asmx?wsdl"
And write this code in my application.
net.webservicex.www.CurrencyConvertor MyExRate = new net.webservicex.www.CurrencyConvertor();
double conversionRate = MyExRate.ConversionRate((net.webservicex.http://www.Currency)Enum.Parse(typeo....www.Currency), "Currency Code From"), (net.webservicex.www.Currency)Enum.Parse(typeof(net.webservicex.www.Currency),"Currency COde To"));
It's working fine.
Thanks a lot.
Failing to plan is Planning to fail 
-
Sep 18th, 2008, 08:22 AM
#6
Re: How convert Indian Rupee to all country money?
That's actually the same web service I gave you 
Your code looks just about right, but you may want to remove the namespaces and add it to the top of the page in the 'using' namespaces area.
-
Sep 18th, 2008, 08:27 AM
#7
Thread Starter
Addicted Member
Re: How convert Indian Rupee to all country money?
Failing to plan is Planning to fail 
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|