RE: ToolTip in a bound datagrid

Tech-Archive recommends: Speed Up your PC by fixing your registry

From: Suresh (anonymous_at_discussions.microsoft.com)
Date: 04/28/04


Date: Wed, 28 Apr 2004 11:41:07 -0700

Set the Title property of your linkbutton to get the ToolTip.

(i.e.)
<asp:LinkButton ID="myLinkButton" runat="server" Title="Here's the tooltip">Click Here</asp:LinkButton>

Suresh.
     
     ----- Mark wrote: -----
     
     I have a simple DataSet with a single table being bound to a DataGrid. One
     of the columns is displaying a linkbutton or button so that the user can
     "drill through" to another related report. I would LOVE to be able to put a
     tooltip on each linkbutton/button based on the contents of the of another
     column in my DataSet. (Essentially a more detailed explanation of the
     link).
     
     Any suggestions on how to implement this?
     
     Thanks in advance.
     Mark
     
     
     


Quantcast