Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~137 People Reached
Favorite Forums
Favorite Tags
Member Avatar for vaibhavd

I have included following webservice in my project [url]http://www.webservicex.net/CurrencyConvertor.asmx[/url] There i got a function as ConversionRate() which takes parameters as follws [code] double Rate; CurrencyConvertor ccs = new CurrencyConvertor(); Rate= ccs.ConversionRate(Currency.USD, Currency.INR); lblResult.text=Rate.toString(); [/code] It works fine but, My application contains 2 textboxes where i want to manually show the …

Member Avatar for vaibhavd
0
137