Tooltip on Hyperlink column?

M

Michael Reinhart

I've got a hyperlink column in a datagrid that looks like this:

<asp:HyperLinkColumn Text="&lt;img src=images/magglass.gif border=0&gt;"
Target="_top" DataNavigateUrlField="SubjectName"
DataNavigateUrlFormatString="ViewCase.aspx?SubjectName={0}"></asp:HyperLinkColumn>

Is there a way that I can have it display a tooltip when the user hovers the
mouse over it?

Thanks,
Michael
 
J

Jos

Michael said:
I've got a hyperlink column in a datagrid that looks like this:

<asp:HyperLinkColumn Text="&lt;img src=images/magglass.gif
border=0&gt;" Target="_top" DataNavigateUrlField="SubjectName"
DataNavigateUrlFormatString="ViewCase.aspx?SubjectName={0}"></asp:HyperLinkC
olumn>

Is there a way that I can have it display a tooltip when the user
hovers the mouse over it?

Thanks,
Michael

I suggest converting the HyperLinkColumn to a TemplateColumn.
Visual Studio and Web Matrix can do this for you.
Then, you can add a tooltip to the HyperLink in the template.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,537
Members
45,021
Latest member
AkilahJaim

Latest Threads

Top