Click here to Skip to main content
15,897,891 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear all,

I have created repeater in my asp.net web pages. I have bound the data and the display works fine. Now, how can I assign multipage link to the page. I want the page to display only 500 rows and if there will be extra, it will go the second page. How can I do this with the repeater.

Thanks in advance.
BR//
Posted

Here is an article for you - Implement Paging in Repeater control in ASP.Net[^].

Read and implement.
 
Share this answer
 
Hi , below is the proper example for your solution.

Pagination with Repeater Control[^]
 
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