0
votes
Any page navigation helpers for ASP.NET MVC?
What I've done for paging so far is create a Pager control,
It takes a paging url, html element id for update, page number, page size and total count.
The paging url is of the form control …
