当前位置: 编程技术>.net/c#/asp.net
asp.net Google样式分页控件用法
来源: 互联网 发布时间:2014-08-30
本文导语: asp.net Google样式分页控件的用法: 1,引入控件 代码示例: 2,使用控件,页码处理事件 代码示例: protected void TinyPager1_Click(object sender, TinyMS.UI.PagerEventArgs e) { his.Label1.Text = "第" + e.PageNo + "页"; }
asp.net Google样式分页控件的用法:
1,引入控件
代码示例:
2,使用控件,页码处理事件
代码示例:
protected void TinyPager1_Click(object sender, TinyMS.UI.PagerEventArgs e)
{
his.Label1.Text = "第" + e.PageNo + "页";
}
{
his.Label1.Text = "第" + e.PageNo + "页";
}