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...
- Modified
- 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...
- Modified
- 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( ...
- Modified
- 25 Apr at 00:17
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...
- Modified
- 26 Dec at 08:47
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...
- Modified
- 12 Mar at 06:12