Click here to Skip to main content
15,893,161 members
Please Sign up or sign in to vote.
3.00/5 (1 vote)
See more:
I'm using datalist control to display books

pagination is done to my datalist.

i'm using two buttons 'Btnprevious' and 'Btnnext' to traverse datalist.


if user is in page 1 and if he clicks 'Btnnext' my pge1 should slide from page 1 to 2 without post back.

My page should not get refreshed instead next slide should appear
Posted
Comments
Sunasara Imdadhusen 21-May-14 4:15am    
For that you have to implement AJAX to prevent postback or you can cache entire data and display few using Javascript without AJAX.

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