Browse by Tags

All Tags » JavaScript » WebService (RSS)

Converting a generic list into JSON string and then handling it in java script by Jalpesh P. Vadgama

We all know that JSON (JavaScript Object Notation) is very useful in case of manipulating string on client side with java script and its performance is very good over browsers so let’s create a simple example where convert a Generic List then we will...

Request format is unrecognized for URL unexpectedly ending exception in web service. by Jalpesh P. Vadgama

Recently I was getting error when I am calling web service using Java script. I searching on net and debugging I have found following things. Any web service support three kinds of protocol HttpGet,HttpPost and SOAP. In framework 1.0 it was enabled by...

Calling an asp.net web service from jQuery by Jalpesh P. Vadgama

As I have post it in earlier post that jQuery is one of most popular JavaScript library in the world amongst web developers Lets take a example calling ASP.NET web service with jQuery . You will see at the end of the example that how easy it is to call...

How to add service reference dynamically from user control? Microsoft Ajax by Jalpesh P. Vadgama

First, Create a web page default.aspx and put the html code as following.. --------------------------------------------------------------------------- <asp:ScriptManager ID="MainScriptManager" runat="server"> </asp:ScriptManager>...
More Posts