摘要:
在DataGridView的RowDataBound事件裡判斷並修改: if(e.Row.Cells[n].Text=="0") { e.Row.Attributes.Add("bgColor", "red"); } else if(e.Row.Cells[n].Text>"500") { e... 阅读全文
posted @ 2008-06-10 15:40
J-Pei
阅读(1779)
评论(0)
推荐(0)
不进则退,让代码改变人生