Paging with PagedList, is it efficient?

后端 未结 7 1471
执念已碎
执念已碎 2020-12-25 14:14

I have been trying to implement paging for quite a while now and I found this tutorial for paging with MVC: ASP.NET MVC Paging Done Perfectly

Now, in this solution,

7条回答
  •  生来不讨喜
    2020-12-25 15:05

    1. Code with Webgrid object in .cshtml & it will be pretty ok.
    2. Paging complexity will be pretty low.
    3. clean code.
    4. Micro Soft BCL class. less bugs.

提交回复
热议问题