if (e.Row.RowType == DataControlRowType.DataRow)
        {
            e.Row.Attributes.Add("onmouseover", "this.style.backgroundColor='Yellow'");
            e.Row.Attributes.Add("onmouseout", "this.style.backgroundColor='#E6E6E6'");
        }