Tagged Questions

0
votes
2answers
28 views

Issues with pagination in ASP.NET MVC

I am trying to implementation the same pagination that is used in the NerdDinner ASP.NET. I am receiving the following error in my view, whenever the pagination starts to kick in. …
0
votes
3answers
42 views

Adding pagination to index.html.erb in Ruby on Rails - Easy Question…

I am new to rails so go easy. I have built my first blog and would like to set it up such that in the <% post.each do |post| %> render of the posts, I would like it to work such …
3
votes
4answers
81 views

Pagination in SQL Server

How do i limit the result of a query (in my case about 60K rows) and select only from the X row to the Y row? If I use ROW_NUMBER() I don't like my query because it involves 2 se …
0
votes
4answers
56 views

Cakephp 1.2 Paginator and PassedArgs

Problem: when i have a search resultset with pagination, the links next, prev and numbers do not keep the search parameters. Seems to be a common problem. I searched everywhere on …
0
votes
1answer
59 views

Paginator Class

Hi,everyone. I am working on a site with smarty templates using php and a mysql database. This is a more specific question than my first one which asked how to pass methods to a c …
0
votes
1answer
13 views

How to organize ASP.NET Repaeter Digg style paging

Does anybody know the technique without writing own code for every repeater? Please give me a link
2
votes
3answers
66 views

Flexible pagination in Django

I'd like to implement pagination such that I can allow the user to choose the number of records per page such as 10, 25, 50 etc. How should I go about this? Is there an app I can …
5
votes
5answers
74 views

Pagination Strategies for Complex (slow) Datasets

What are some of the strategies being used for pagination of data sets that involve complex queries? count(*) takes ~1.5 sec so we don't want to hit the DB for every page view. C …
2
votes
2answers
66 views

Cake PHP pagination problem

I have a controller and view. In the view it will displays all the records from the database. Also there is a search by form in the top of that view page. If we specify a search …
0
votes
2answers
35 views

Get Last page no in a pager link like stackoverflow

How to get last page no like stackoverflow.com pagination in Sql server 2005
0
votes
4answers
44 views

Show page items count in django pagination.

Hi, everyone! I'm trying to figure out how to show something like "Showing 1-10 of 52" using django pagination in my templates. I accomplished the pagination itself but nothing c …
0
votes
1answer
14 views

Looking for a compatible table pagination for jquery.columnfilters.js [Solved]

Hi, I'm using jquery.columnfilters.js and I'm looking for a compatible table pagination. I have tryed tablesorter & tablepager + jquery.columnfilters.js without success Than …
0
votes
2answers
56 views

Implementing numeric pagination with asp.net

Hai guys, I have nearly 20 pages in my website .... Every page has a gridview which has thousands of records bind to it... Now i want to implement custom pagination to all …
0
votes
2answers
73 views

Paging in asp.net mvc like blogger

I like to implement a paging in my asp.net mvc(C#) application like the one in blogger(blogspot.com). The Paging should look like: `New Posts Home …
1
vote
3answers
116 views

Paging search results with asp.net MVC

I have a situation that I couldn't find a solution for through my searches on here. Here is the scenario: I have a search form with 2 required fields and multiple optional ones. T …

1 2 3 4 5 14 next
15 30 50 per page