623 Views
This article walks through an example of creating a javascript object and passing it to a .NET web service via JSON. It also shows how to use JQuery to make the web service call asynchronously.
2 comments
javery
4/12/2010 8:50:06 AM
The JavaScript looks good, but why not just call a normal controller method? Nice and restful that way.
gt1329a
4/15/2010 1:37:02 PM
That assumes he's using MVC. Most new projects still aren't.