home / software / tips and tricks / Dynamic Data display in asp.net web page using jQuery and Ajax.

Dynamic Data display in asp.net web page using jQuery and Ajax.

Updated:  11/08/2013 11:11 AM
Author:  Shiju Mathews

Status:    Resolved.


Dynamic Data display in asp.net web page using jQuery and Ajax. I am going to explainthree3 scenarios to pull data dynamically from the server using Ajax a d jQuery. In the first two scenarios the dynamic call to the server is making at some JavaScript event and the returned data is pushing to the page by DOM manipulation. The third method the server call is making by the same means but the request is targeting to an aspx page and the output of the server page (HTML) is pushed to the div tag. 1. Using an asp.net repeater to display the data and the initial data binding is occurring at the time of page load (server side event). 2. In this scenario I am not using any server side control to display the data. I am creating a html table with headers and the initial data load is thru a Ajax call and the JASON data is pushing to the table using table manipulation 3. The third scenario I am calling an asp.net page thru Ajax and pushing the HTML output to the container (div tag). Project Setup
Tags: Dynamic Data display in asp.net web page using jQuery and Ajax.
Updated on: April 2024