asp.net Google样式分页控件_asp.net教程-查字典教程网
asp.net Google样式分页控件
asp.net Google样式分页控件
发布时间:2015-06-05 来源:查字典编辑
摘要:Google样式分页控件使用方法:引入控件使用控件页码处理事件protectedvoidTinyPager1_Click(objectsen...

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

引入控件

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

使用控件

页码处理事件

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

{

bel1.Text = "第" + e.PageNo + "页";

}

相关阅读
推荐文章
猜你喜欢
附近的人在看
推荐阅读
拓展阅读
  • 大家都在看
  • 小编推荐
  • 猜你喜欢
  • 最新asp.net教程学习
    热门asp.net教程学习
    编程开发子分类