ASP.NET Webservices have reduced the complexity involved in developing web services, thanks to tools like Visual Studio .NET, Visual Studio 2005 which reduce the over head of manually creating the proxy files and schema. We can invoke a service by browsing the <ServiceName>.asmx file and trying to invoke the webmethods available, from the local machine. However, the webservice is a scenario where, usually the service lies on a different machine other than the machine where the application which ......
An update to this post is available at http://geekswithblogs.net/r... with suggestions from the comments below and it works when I last checked in IE 8 Beta2, Firefox 3.0.5 and Safari 3.2.1 ASP.NET 2.0 has introduced many new promising controls and TreeView is one among them. There has always been a requirement for Tree Control in earlier versions and it was quite hard to manage them with either the third ......