Snowfun

导航

 

2012年5月4日

摘要: protectedvoidgvValueList_RowDataBound(objectsender,GridViewRowEventArgse){if(e.Row.RowType==DataControlRowType.Pager){e.Row.Visible=false;}if(e.Row.RowIndex>-1){e.Row.Attributes.Add("onmouseover","c=this.style.backgroundColor;this.style.backgroundColor='#F0F0E0'");e.Ro 阅读全文
posted @ 2012-05-04 09:04 Snowfun 阅读(777) 评论(0) 推荐(0)