Select, Update, Highlight using JSON, ASPNET WebService and jQuery

jQuery AJAX can improve application use and response drastically for various reasons as most of the time server is dealing with small segment of the page and producing results just for that segment, this way server can accept more requests. Select, insert, update are some of the very common tasks a data driven web application performs. With the use of AJAX these operations become more easy to handle.

Today we will look at how to bring data on page using JSON and then update it using JSON, all this with the help of ASP.NET web services and jQuery. [More]

Tags: , , , , ,

AJAX | ASP.NET | jQuery

Populate HTML table using jQuery Template, ASP.NET web service and jQuery ajax

jQuery template provide easy way to process json data. There are several places you can use this template to populate data by making ajax call to web services.

Today we will use jQuery template to populate HTML table by making ajax call to the ASP.NET web service. [More]

Tags: , , , ,

AJAX | ASP.NET | jQuery