Archive for the ‘json’ Category

Using jQuery & JSON with ASP.NET

There was a recent post on Encosia about how to use jQuery to interact with web services. In this article I will expand on a couple of the points and add a few new wrinkles
Creating the Web Service
The first thing that we need to do is to define our web service. I am using ASP.NET […]