摘要: 在gridview中的RowDataBound事件里面写 switch (e.Row.RowType) {case DataControlRowType.Header:e.Row.BackColor = Color.FromArgb(153, 0, 0);e.Row.ForeColor... 阅读全文
posted @ 2014-11-02 23:17 算盘 阅读(2146) 评论(1) 推荐(0)