making the web extensible

Download the code

jQuery has been the primary JavaScript library for most of the web applications these days. The following tutorial will show you -- how to use jQuery AJAX to save and load data in ASP.NET applications. The following sample will do two things.

  1. Save Customer to Database
  2. Load Customer from Database
The following diagram will give an overview of the process.
In order to call jQuery AJAX method, you must first include latest jQuery library file in the ASP.NET page. You can get the latest jQuery library from here
You can download the complete sample from here

No comments:

Post a Comment