Top "Paging" questions

A memory-management technique where a computer stores and retrieves data from secondary storage for use in main memory.

How to do page navigation for many, many pages? Logarithmic page navigation

What's the best way of displaying page navigation for many, many pages? (Initially this was posted as a how-to tip …

user-interface navigation pagination paging large-data-volumes
Forcing ASP.NET GridView's pager to show

is there some way to force the gridview's pager to show up, even when there is only one page of …

asp.net gridview custom-controls paging
Calculating number of page faults for 2-d array

I am trying to study for an exam..and I found this example but can't understand how they got the …

arrays operating-system paging page-fault
Oracle Paging: Analytic function ROW_NUMBER() VS ROWNUM

When Paging needs to be done in an web site... Which method performs better? Analytic function - ROW_NUMBER() Oracle 10…

oracle pagination paging row-number rownum
Paging the huge data that is returned by the Web API

We created the WebAPI for querying an Oracle database. The query returns results that are huge, so it sometimes throws …

c# asp.net asp.net-mvc asp.net-web-api paging
Linkbutton inside Repeater for paging ASP.Net

I'm doing a webpage with a search that brings a lot of information from MSSQL. What I did is a …

c# asp.net repeater paging linkbutton
ASP.NET paging control

I'm looking for a decent paging control in ASP.NET, much like the Stackoverflow pager. Can anyone recommend one? I'd …

asp.net paging
Pagination in Cosmos DB using Page Size and Page Number

I am trying to return items from cosmosDB using PageSize and PageNumber. I know we can set the page size …

azure asp.net-core pagination azure-cosmosdb paging
MVC3 razor Webgrid paging and sorting with more than 2000 records

I am using a webgrid similar to the one mentioned here @{ var grid = new WebGrid(canPage: true, rowsPerPage: ThisController.PageSize, …

asp.net-mvc-3 sorting razor paging webgrid
How do you implement paging in ASP.NET MVC?

Currently, I'm using a strategy found on many blog posts. Basically, the URL contains the page number (e.g. /Users/…

asp.net-mvc paging