e.Row指向了当前正在被创建的行。e.Row.Attributes.Add("onmouseover","c=this.style.backgroundColor;this.style.backgroundColor='#00ffee';"); 
这句用来设置mouseover的时候,该行背景色变为#00ffeee.Row.Attributes.Add("onmouseout", "this.style.backgroundColor=c"); 
这句用来设置在mouseout的时候,恢复该行的背景色