tagged [pagination]

Is there an MVC Pager that uses POST instead of GET?

Is there an MVC Pager that uses POST instead of GET? Here is my issue. I have a `SearchViewModel` that has a large number of search criteria, the values simply won't fit in the URL. I'm currently usin...

20 Jun at 09:12

MySQL slow query at first, fast for sub queries

MySQL slow query at first, fast for sub queries I have a simple pagination script which uses two queries. Using server version 4.1.25 - I have two tables (products, categories) with the item_num field...

28 Mar at 15:4

How does Facebook Graph API Pagination works and how to iterate facebook user feed with it?

How does Facebook Graph API Pagination works and how to iterate facebook user feed with it? I have a facebook Graph API call to get a facebook users feed: ``` dynamic myFeed = await fb.GetTaskAsync( ...

PagedList using LINQ Skip and Take, but show paging using Count of results

PagedList using LINQ Skip and Take, but show paging using Count of results I am trying to display a filtered list of of products, based on Category filter and ItemsPerPage but I'm having some issues w...

Paging over a lazy-loaded collection with NHibernate

Paging over a lazy-loaded collection with NHibernate I read [this article](http://ayende.com/blog/archive/2010/01/05/nhibernate-vs.-entity-framework-4.0.aspx) where Ayende states NHibernate can (compa...