
Code
Gridview控件的绑定时事件:RowDataBound
e.Row.Attributes.Add("onmouseover", "currentcolor=this.style.backgroundColor;this.style.backgroundColor='#bfdfff';");
e.Row.Attributes.Add("onmouseout", "this.style.backgroundColor=currentcolor;");
posted on
2008-12-11 19:08
lolicon
阅读(
165)
评论()
收藏
举报