GirdView的光棒效果

作者:互联网   出处:控件中国网   2014-11-05 19:05:14   阅读:1

GirdView的光棒效果

 protected void GridView1_RowDataBound(object sender, GridViewRowEventArgs e)
        {
            EnableViewState = false;
            if (e.Row.RowType == DataControlRowType.DataRow)
            {
                e.Row.Attributes.Add("onmouseover", "currentcolor=this.style.backgroundColor;this.style.backgroundColor='#CCCCFF'");
                e.Row.Attributes.Add("onmouseout", "this.style.backgroundColor=currentcolor");
            }
        }
 

Copyright© 2006-2015 ComponentCN.com all rights reserved.重庆磐岩科技有限公司(控件中国网) 版权所有 渝ICP备12000264号 法律顾问:元炳律师事务所
客服软件
live chat