1
Votes

Web 2.0 | JQuery AJAX with ASP.Net MVC

published 334 days, 16 hours, 13 minutes ago posted by farooqkaiserfarooqkaiser 338 days, 23 hours, 13 minutes ago
Monday, August 31, 2009 11:34:25 AM GMT Thursday, August 27, 2009 4:35:16 AM GMT

The JQuery has following methods that can be used to perform Ajax requests:ajax() - Load a remote page using an HTTP request. This is jQuery's low-level AJAX implementation. load() - Load HTML from a remote file and inject it into the DOM. get()  - Load a remote page using an HTTP GET request.getJSON() - Load JSON data using an HTTP GET request.getScript() - Loads, and executes, a local JavaScript file using an HTTP GET request.post() - Loads HTML by performing an HTTP post request. In this article, I w...

Category: Technology | Clicked: 0 | | Source: fairnet.com | show counter code
Tags: ajax, ASP.NET MVC, C#, jQuery, WebService

No comments yet, be the first one to post comment.

To post your comment please login or signup