Click here to Skip to main content
16,019,764 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello guys,
In my project I am fetching results from amazon and ebay in which result count are unpredictable as user will goes on clicking next button results goes on increasing in proportion. Where i need to show a pager.
regarding this i want to know following question,
Q.1 Is there any way so that while changing page number, Page should not get post back? I want pager to work on client side only what results is assigned as datasource to list/grid/kendo whatever.
Q.2When the page is last page, ui should get post back and get new results but page number should not be refreshed i mean like if last page number is 7 now on another post back page number should start from 7 on wards.

I am looking for advance pager ummm not only advance but more advance.

This is i am working on MVC i have tried MVC PagedList Pager that is not fulfilling my requirement.


Any help will be much appriciated.

Thanks in advance!!!
Posted

1 solution

Hi,

You can also try client side jquery ajax call to get total count or paged data from amazon and display it by partial post back of ajax call and response will be write in server side div, you can also use client side hidden field or server side variable for paggination data store. This will work try this.

Hope this will Help you.

Don't forgot to mark this as solution if it is.

Happy Codding...
Nayan Chavada
 
Share this answer
 

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