摘要:
网上找了个找,最终还是自己做的比较靠谱,道理很简单,直接看代码代码: 1 /// 2 /// =================== 两行标题行 ======================== 3 /// 4 /// 5 /// 6 protected void GV1_RowCreated(object sender, GridViewRowEventArgs e) 7 { 8 if (e.Row.RowType == DataControlRowType.Header) 9 {10 ... 阅读全文
posted @ 2014-02-27 09:07 悠子快跑 阅读(3998) 评论(2) 推荐(4) 编辑