AspAlliance.com - Rajesh Toleti http://aspalliance.com/author.aspx?uId=54268 AspAlliance articles by Rajesh Toleti Consuming JSON and XML Webservices from an HTML Page using jQuery My previous article http://aspalliance.com/713, explains about consuming web services from HTML pages, but it is restricted to IE only. I would like to explain a method which overcomes that and works in all major browsers. This time I want to show how to consume both JSON and XML data. http://aspalliance.com/2052_Consuming_JSON_and_XML_Webservices_from_an_HTML_Page_using_jQuery Rajesh Toleti Tue, 12 Apr 2011 00:00:00 GMT Walking with a Wizard In this article, Rajesh demonstrates the working of the Wizard control included with .NET Framework 2.0 with the help of a simple Quiz application. http://aspalliance.com/769_Walking_with_a_Wizard Rajesh Toleti Wed, 22 Feb 2006 00:00:00 GMT CodeSnip: Resolving Domain Names and IP Addresses Using the Dns class in System.Net namespace in .NET, we can easily resolve domain names and IP addresses. In this CodeSnip, Rajesh gives us a sweet, simple sample showing how to do this. http://aspalliance.com/744_CodeSnip_Resolving_Domain_Names__and_IP_Addresses Rajesh Toleti Fri, 09 Dec 2005 00:00:00 GMT CodeSnip: Virtual Web Services Through Pattern Matching In this code snippet, Rajesh shows how we can make a static Web site into a virtual Web service. HTML pattern matching is used to implement this solution along with a WSDL file. http://aspalliance.com/737_CodeSnip_Virtual_Web_Services_Through_Pattern_Matching Rajesh Toleti Wed, 23 Nov 2005 00:00:00 GMT Consuming a Web Service from an HTML Page Web services are commonly consumed from server-side web applications using sophisticated languages such as VB.NET, C#, and Java. Rajesh Toleti demonstrates that Web services may also be consumed from client-side HTML pages with the help of JavaScript. http://aspalliance.com/713_Consuming_a_Web_Service_from_an_HTML_Page Rajesh Toleti Mon, 05 Sep 2005 00:00:00 GMT