I am developing ASP.NET web application that will use a lot of AJAX calls through jQuery to retrieve data from database. So I want to incorporate some good approach to handle this calls. I thought of using web handlers for each AJAX call. This calls would then return data in JSON format and jQuery code will be used to manipulate and display JSON data on webpages. I am developing ASP.NET web application that wi