您现在的位置: 万盛学电脑网 >> 程序编程 >> 网络编程 >> asp.net编程 >> 正文

asp.net Google样式分页控件

作者:佚名    责任编辑:admin    更新时间:2022-06-22

   asp.net Google样式分页控件 使用方法:

  引入控件

  <%@ Register Assembly="TinyToolBox" Namespace="TinyMS.UI" TagPrefix="tm" %>

  使用控件

  

  页码处理事件

  protected void TinyPager1_Click(object sender, TinyMS.UI.PagerEventArgs e)

  {

  his.Label1.Text = "第" + e.PageNo + "页";

  }