效果:
可以自己定义数字长度,以及绿色导航条的算 7 与17的大小
是否显示首页,尾页,下页上页 当前页共几页几条记录
是否使用url分页

//PostBack 后重新绑定数据
    protected void PaginationBar1_Command(object sender, CommandEventArgs e)
    {
        PaginationBar1.CurrentPage = Convert.ToInt32(e.CommandArgument);
        //这个添加 绑定数据的方法(第 Convert.ToInt32(e.CommandArgument) 页数据)
        //如 Bind(Convert.ToInt32(e.CommandArgument) )
    }

https://files.cnblogs.com/fanfajin/PaginationBar.rar 源码文件

https://files.cnblogs.com/fanfajin/Demo.rar  演示例子源码
posted on 2007-08-18 20:32  蓝色爬虫  阅读(319)  评论(0编辑  收藏  举报