I've got a hyperlink column in a datagrid that looks like this: <asp:HyperLinkColumn Text="<IMG src="image/buddy.gif" border=0>" DataNavigateUrlField="Personalnummer" DataNavigateUrlFormatString="Verwaltung_NeuerMitarbeiter.aspx?Mitarbeiter={0}"><HeaderStyle Width="40px"></HeaderStyle><ItemStyle HorizontalAlign="Center"></ItemStyle> </asp:HyperLinkColumn>Is there a way that I can have it display a tooltip when the user hovers the mouse over it?
Thanks U very much ...