2
pimps
166 days, 7 hours, 37 minutes ago
Thursday, August 27, 2009 12:31:44 PM GMT Thursday, August 27, 2009 4:37:16 AM GMT

Web 2.0 | JQuery AJAX with ASP.Net MVC

Web 2.0 | JQuery AJAX with ASP.Net MVC
 
fairnet.com -- 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 will...
farooqkaiserfarooqkaiser posted 166 days, 15 hours, 32 minutes ago     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