****************************************************************
If
e.Row.RowType = DataControlRowType.DataRow Thene.Row.Attributes.Add( "onmouseout", this.style.cursor="cursor")) e.Row.Attributes.Add( "onmouseover", this.style.cursor="hand"))
****************************************************************
effect is achieved by adding code which fires onmouseover and onmouseout as in
e.Row.Attributes.Add( "onmouseover", this.style.cursor="hand")) e.Row.Attributes.Add( "onmouseout", this.style.cursor="cursor"))
No comments:
Post a Comment