asp.net Google樣式分頁(yè)控件

字號(hào):


    asp.net Google樣式分頁(yè)控件 使用方法:
    引入控件
    <%@ Register Assembly="TinyToolBox" Namespace="TinyMS.UI" TagPrefix="tm" %>
    使用控件
    頁(yè)碼處理事件
    protected void TinyPager1_Click(object sender, TinyMS.UI.PagerEventArgs e)
    {
    his.Label1.Text = "第" + e.PageNo + "頁(yè)";
    }