日期:2014-05-19  浏览次数:20508 次

求救~关于GridView问题

  protected   void   GridView1_RowDataBound(object   sender,   GridViewRowEventArgs   e)
        {

         
                e.Row.Attributes.Add( "onmouseover ",   "c=style.backgroundColor;style.backgroundColor= '#6699ff ' ");
                e.Row.Attributes.Add( "onmouseout ",   "style.backgroundColor=c ");
     
        }
可以使鼠标所在行变色,但是鼠标放在标题上时也变,请问怎么让放标题时不变色?

------解决方案--------------------
判断一下e.Row的类型
------解决方案--------------------
e.Row.RowType==DataControlRowType.DataRow