在View-Month.ascx里面的
<Blog:EntryListContainer >提问了两天无人回答:(,看来只有靠自己。

分析代码之后发现“EntryListContainer.cs”跟显示有关系,查看了源码竟然发行有这么几行:

 

            //if (this.EnablePaging && this.PageSize != 0)
            //{
            //    query.PageIndex = entryItems.PageIndex;
            //    query.PageSize = PageSize;
            //}

相关文章:

  • 2021-09-02
  • 2021-12-08
  • 2021-07-01
  • 2021-11-21
  • 2021-11-05
  • 2022-12-23
  • 2021-07-14
  • 2021-12-04
猜你喜欢
  • 2021-12-12
  • 2022-12-23
  • 2022-12-23
  • 2021-11-12
  • 2021-04-13
  • 2022-12-23
  • 2021-07-15
相关资源
相似解决方案