ASP.NET MVC Pagination using Take and Skip

前端 未结 3 1717
[愿得一人]
[愿得一人] 2021-01-24 07:12

EDIT: This question has been made redundant by this question as much of the code changed from using a repository to using just the controller: (Homework) MVC Pagination Help

3条回答
  •  时光说笑
    2021-01-24 07:43

    you could also try this approach (a button that shows more results, instead of going to the next page)

    http://demo.aspnetawesome.com/AjaxListDemo

    or a simple pager http://demo.aspnetawesome.com/PagerDemo

提交回复
热议问题