Friday, 19 October 2012

change cursor on gridview

change pointer coursor to hand cursor on gridview row

 e.Row.Attributes.Add("style", "CURSOR:hand");

No comments:

Post a Comment