Click here to Skip to main content
15,891,607 members
Articles / Programming Languages / C#

Pagination conversion in C#

Rate me:
Please Sign up or sign in to vote.
4.38/5 (5 votes)
10 Jun 2022CPOL2 min read 7.3K   5  
Easily convert a request for a page between pagination designs (page sizes)
Working with different sources designs for pagination (page size) can differ. The PaginationConversion helper class helps to easily convert a request for a page of data between different pagination designs.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Netherlands Netherlands
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions