Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Tool Tip in GridView

0 views
Skip to first unread message

bobby

unread,
Oct 9, 2007, 5:45:00 PM10/9/07
to
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.

michaelnemtsev

unread,
Oct 9, 2007, 6:06:43 PM10/9/07
to
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>


0 new messages