Click here to Skip to main content
15,886,518 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I am working on listview for ASP.NET. I have a database with 100 records, and I want to retrive the database records based on the page size. For example, my page size is 10 I want to retrive 0-9 records only from the database. Can someone point me in the right direction?

Thank you.
Posted
Updated 26-Jul-12 4:20am
v2

1 solution

Here is an article on Code Project that will show you how to do it: Pager Control for ASP.NET[^]
 
Share this answer
 

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



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900