Beispiel #1
0
 /// <summary>
 /// 绑定分页
 /// </summary>
 protected void BindExportPage()
 {
     ExporPageInfoSelect1.CurrencyPage   = pageIndex;
     ExporPageInfoSelect1.intPageSize    = pageSize;
     ExporPageInfoSelect1.intRecordCount = recordCount;
     //添加点击事件用ajax获取订单数据
     ExporPageInfoSelect1.AttributesEventAdd("onclick", "GetOrderList(this,\"" + orderType + "\")", 1);
 }
 /// <summary>
 /// 绑定充值明细分页控件
 /// </summary>
 protected void BindExportPageR()
 {
     ExporPageInfoSelect1.CurrencyPage   = pageIndexR;
     ExporPageInfoSelect1.intPageSize    = pageSizeR;
     ExporPageInfoSelect1.intRecordCount = recordCountR;
     //添加点击事件用ajax获取订单数据
     ExporPageInfoSelect1.AttributesEventAdd("onclick", "return AccountInfo.getList(this,\"recharge\");", 1);
 }
Beispiel #3
0
 /// <summary>
 /// 绑定分页控件
 /// </summary>
 protected void BindExportPage()
 {
     ExporPageInfoSelect1.CurrencyPage   = pageIndex;
     ExporPageInfoSelect1.intPageSize    = pageSize;
     ExporPageInfoSelect1.intRecordCount = recordCount;
     //添加点击事件用ajax获取订单数据
     ExporPageInfoSelect1.AttributesEventAdd("onclick", "return Care.getSmsList(this)", 1);
 }