0
votes
1answer
60 views
Pagination problem
I'm using this code for my pagination, and I'd like the user's choice to be persistent throughout the site (this has been solved so far)...the only problem now is that the session variable now is …
1
vote
4answers
45 views
ASP.NET datasets and memory
I am using framework 2.0, and I don't understand how the datagrid and the datasets works after doing a postback. In msdn says that there's no need to do a databind again if the request is a postback. …
0
votes
2answers
18 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
0
votes
3answers
843 views
Yui Datatable with AutoComplete and Pagination
I try to understand how use server-side Pagination for Dynamic Data (I see example : http://developer.yahoo.com/yui/examples/datatable/dt_dynamicdata.html).
My problem is I can not customize my …
0
votes
1answer
27 views
What is the best procedure to implement paging in a gridview considering size of Record ?
Hi all,
I have a table in sq server db having more than 1 million rows.
I need to show those data in a gridview with pagination in an asp.net page.
Since the record amount is larger I need to boost …
0
votes
3answers
77 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 Older …
0
votes
1answer
21 views
mod rewrite problem with 2 parameters
I'm trying to rewrite the categoy file of my shop system, I also integrated a pagination so I need to rewrite 2 parameters. it almost works, otherwise I wouldn't be posting in here
this is the …
0
votes
3answers
58 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 that it only …
0
votes
2answers
41 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.
"A route named …
3
votes
4answers
88 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 select queries .. one …
0
votes
4answers
79 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 the internet, and …
0
votes
1answer
18 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
Thanks
0
votes
1answer
64 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 class. I thought it …
2
votes
3answers
75 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 add onto my project …
0
votes
4answers
698 views
Can You “Assign” the PageCount Property of an ASP.NET GridView?
I have a web application that is using a data store that has it's own built in paging. The PagedResult class tells me the number of total pages. What I would like to do it (after binding my ASP.NET …
