c#
StatCounter
View My Stats
Showing posts with label
Money Convertor WebService Link
.
Show all posts
Showing posts with label
Money Convertor WebService Link
.
Show all posts
Wednesday, February 6, 2008
Money Convertor WebService Link
Money Convertor WebService Link
http://www.webservicex.net/CurrencyConvertor.asmx
?
http://www.strikeiron.com/productdetail.aspx?p=334
Older Posts
Home
Subscribe to:
Posts (Atom)
Name value collection in C#
Name value collection in C# The name value collection is same like the HashTable. We can set the Object value and the Key to that par...
What are Structural Design Patterns?
What are Structural Design Patterns? A structural design pattern establishes a relationship between entities. Thus making it easier for...
Case Insesitive string Comparison in .NET
string a="hi"; if (a.ToLower()=="HI".ToLower()) { Response.Write("Matching"); } ...