How to show the data grids view in a tooltip?

 
Post new topic   Reply to topic    Aprelium Forum Index -> ASP.NET
View previous topic :: View next topic  
Author Message
rajaryan544
-


Joined: 23 Jan 2009
Posts: 2

PostPosted: Fri Jan 23, 2009 6:59 am    Post subject: How to show the data grids view in a tooltip? Reply with quote

Hi,

I would like to show a tooltip when the user move the mouse over the first column of my gridview.

The tooltip should be bound to a field of the gridview's datasource that correspond to the row being hovered.

How can I do that ?

Thanks,
Raj
_________________
Wireless Application Development | .Net Development
Back to top View user's profile Send private message Visit poster's website
aprelium
-


Joined: 22 Mar 2002
Posts: 6800

PostPosted: Sun Feb 08, 2009 4:48 pm    Post subject: Re: How to show the data grids view in a tooltip? Reply with quote

rajaryan544,

Standard HTML can help you do that:

Code:

<TABLE><TR><TD><SPAN TITLE="Tooltip">Here is cell</SPAN></TD></TR></TABLE>


A more compact version would be:

Code:

<TABLE><TR><TD TITLE="Tooltip">Here is cell</TD></TR></TABLE>

_________________
Support Team
Aprelium - http://www.aprelium.com
Back to top View user's profile Send private message Send e-mail
rajaryan544
-


Joined: 23 Jan 2009
Posts: 2

PostPosted: Thu Apr 09, 2009 7:12 am    Post subject: Reply with quote

Thanks for helping but, still i can't solved my problem
_________________
Wireless Application Development | .Net Development
Back to top View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    Aprelium Forum Index -> ASP.NET All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB phpBB Group