Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 MVC 脚手架开发 ASP.NET MVC 4 应用程序。目前它在一次提取中返回所有行并将它们显示在网格中。但是,我想在其中实现分页,以便在数据量很大时不会产生任何问题。
关于我们如何在 MVC 4 中快速简便地实现分页的任何想法?
这个链接帮助我找到了分页、排序和过滤的正确方法。