Seven blog

天行健,君子以自强不息

  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 :: 管理 ::

GridView 添加鼠标效果

给Gridview添加鼠标移入移出的动态效果

1e.Row.Attributes.Add("onmouseover""c=this.style.backgroundColor;this.style.backgroundColor='#FFC0C0'");
2e.Row.Attributes.Add("onmouseout""this.style.backgroundColor=c");
posted on 2007-08-30 13:17  china-seven  阅读(90)  评论(0)    收藏  举报