0
kicks
JSON in ASP.NET Ajax: Part 2. Calling a JSON Service from client code
In this follow-up we'll build upon what we learned in the previous article, and write a simple AJAX application that calls a JSON Web Service asynchronously and displays the result with a callback. We'll leverage the ASP.NET AJAX client library to avoid writing all the needed "plumbing" code and we'll see how to bridge a remote web service using a local proxy.