Click here to Skip to main content
15,886,919 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
load some static rows .whenever scroll down the window it have to load remaining data.
Posted

1 solution

Use JQuery & Ajax to do this..

check these links it will helpful to you..

Scroll-Infinite-Scroll-in-ASPNet-GridView-using-jQuery-AJAX.aspx[^]
Loading Rows on Scroll Down[^]
 
Share this answer
 
Comments
ganiganu 17-Jan-14 8:48am    
my application load data from xml you sujjested link is loading data from database
Karthik_Mahalingam 17-Jan-14 8:50am    
yes u can convert the xml to DataTable and load the same...
Karthik_Mahalingam 17-Jan-14 8:50am    
http://www.codeproject.com/Answers/403956/How-to-convert-a-XMl-File-to-DataTable-using-Cshar#answer2
check this link to get the table from xml...
ganiganu 17-Jan-14 8:57am    
the above code load data in page load event but my app load data after some events
Karthik_Mahalingam 17-Jan-14 8:59am    
means ??
can u pls add more info,
click Improve Question Button and add more details..

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900