分页显示显示“第几页、共几页、显示几条”

论坛 期权论坛 脚本     
已经匿名di用户   2022-5-29 19:38   2275   0

前台分页处:ShowCustomInfoSection="left" 显示左边的(第几页、共几页、显示几条)

后台代码:写在BindGrid()中

AspNetPager1.CustomInfoText = "&nbsp;&nbsp;共有<font color=\"blue\"><b>" + AspNetPager1.RecordCount.ToString() + "</b></font>条记录";
AspNetPager1.CustomInfoText += " 总页数:<font color=\"blue\"><b>" + AspNetPager1.PageCount.ToString() + "</b></font>页";
AspNetPager1.CustomInfoText += " 当前页:第<font color=\"red\"><b>" + AspNetPager1.CurrentPageIndex.ToString() + "</b></font>页";

分享到 :
0 人收藏
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

积分:81
帖子:4969
精华:0
期权论坛 期权论坛
发布
内容

下载期权论坛手机APP