Ravi
Ravi

Reputation: 1313

How to handle paging in asp.net mvc?

I'm using asp.net mvc. I want to add paging to the list of records. Please help with any links or sample code.

Thanks.

Upvotes: 6

Views: 831

Answers (1)

KingNestor
KingNestor

Reputation: 67960

Paging with ASP.NET MVC Demo

alt text
(source: taiga.nl)

Upvotes: 11

Related Questions