摘要:
protectedvoidGridView1_RowDataBound(objectsender,GridViewRowEventArgse){//首先判断是否是数据行if(e.Row.RowType==DataControlRowType.DataRow){//当鼠标停留时更改背景色e.Row.Attributes.Add("onmouseover","c=this.style.backgroundColor;this.style.backgroundColor='#C0C0C0'");//当鼠标移开时还原背景色e.Row.Attrib 阅读全文
posted @ 2012-09-24 00:12
hishanghai
阅读(173)
评论(0)
推荐(0)