Click here to Skip to main content
15,889,462 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a page where I have displayed book details in library management system. I want to display books catalogue.. Since I dont want to display them in a regular grid manner I used a repeater (table structure) in MVC. I wanted to implement paging as I have lot of records.. Can anyone suggest me how to implement paging in MVC repeater scenario..

What I have tried:

Is there any way to implement paging in MVC repeater
Posted
Updated 1-Sep-16 23:28pm

1 solution

I googled "asp.net mvc show paged data" and found this

Sorting, Filtering, and Paging with the Entity Framework in an ASP.NET MVC Application (3 of 10) | The ASP.NET Site[^]

If you google yourself you'll find many more solutions.
 
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