Top "Paging" questions

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

How to get distinct results in hibernate with joins and row-based limiting (paging)?

I'm trying to implement paging using row-based limiting (for example: setFirstResult(5) and setMaxResults(10)) on a Hibernate Criteria query that has …

java hibernate paging criteria distinct
sorting and paging with gridview asp.net

I'm trying to get a gridview to sort and page manually with no success. The problem is that when a …

asp.net gridview sorting paging
selenium get current url after loading a page

I'm using Selenium Webdriver in Java. I want to get the current url after clicking the "next" button to move …

java selenium webdriver paging
Paging with LINQ for objects

How would you implement paging in a LINQ query? Actually for the time being, I would be satisfied if the …

c# .net linq paging
Calculating Page Table Size

I'm reading through an example of page tables and just found this: Consider a system with a 32-bit logical address …

memory-management paging
Pagination in Spring Data JPA (limit and offset)

I want the user to be able to specify the limit (the size of the amount returned) and offset (the …

spring jpa pagination spring-data paging
Limit pagination page number

$objConnect = mysql_connect("localhost","root","") or die(mysql_error()); $objDB = mysql_select_db("Test"); $strSQL = "SELECT * FROM UserAddedRecord WHERE (Name …

php mysql sql pagination paging
What causes page faults?

According to Wikipedia: A page fault is a trap to the software raised by the hardware when a program accesses …

windows x86 paging x86-64
Getting total row count from OFFSET / FETCH NEXT

So, I've got a function that returns a number of records that I want to implement paging for on my …

performance paging sql-server-2012
MongoDB - paging

When using MongoDB, are there any special patterns for making e.g. a paged view? say a blog that lists …

mongodb paging