摘要: 前台:导入引用: 可以自定义样式后台:调用及绑定public void BandRuleFlow() { DataSet ds = OPA_RuleFlow.GetAllRuleFlowList(opa_ruleflow); count = ds.Tables[0].Rows.Count; PagedDataSource pds = new PagedDataSource(); pds.AllowPaging = true; pds.DataSource = ds.Tables[0].DefaultView; pds.CurrentPageIndex = AspNetPager1.C... 阅读全文
posted @ 2013-07-01 10:40 忆森灵 阅读(309) 评论(0) 推荐(0)