Tool Tip in GridView

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a gridView. I want When I use mouse over on any of the row or cell it
should show me the text of that cell. so, I need Tool tip. But I don't know
how to do that.
 
Hello bobby,

Use RowDataBind event to get access to the cell and add content to the tooltip
property

http://www.velocityreviews.com/forums/t294689-show-tooltip-in-gridview.html


and maybe with ajax call to get exended info, like this http://www.dotnetbips.com/articles/36f06160-5221-4d27-a177-320927f4b962.aspx


---
WBR,
Michael Nemtsev [.NET/C# MVP] :: blog: http://spaces.live.com/laflour

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo


b> I have a gridView. I want When I use mouse over on any of the row or
b> cell it should show me the text of that cell. so, I need Tool tip.
b> But I don't know how to do that.
b>
 
Back
Top