2025年云南三支一扶系统精讲课程,全新录制,64课时,包邮赠送配套纸质资料,欢迎免费试看!>>
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 + "页";
}
更多信息请查看IT技术专栏