2017年12月29日

GridView_RowDataBound 常用方法

摘要: 1.这个就不用说,鼠标经过行颜色变化 protected void GridView1_RowDataBound(object sender, GridViewRowEventArgs e) { if (e.Row.RowType == DataControlRowType.DataRow)//判定 阅读全文

posted @ 2017-12-29 16:13 proving 阅读(5935) 评论(0) 推荐(0)

导航