RE: ToolTip in a bound datagrid
From: Suresh (anonymous_at_discussions.microsoft.com)
Date: 04/28/04
- Next message: mrwoopey: "HELP - "Fail to render the page" error - asp.net - crystal report viewer"
- Previous message: Tiraman: "Re: ASP.NET Web Application And Compilation [Question]"
- In reply to: Mark: "ToolTip in a bound datagrid"
- Next in thread: Mark: "Re: ToolTip in a bound datagrid"
- Reply: Mark: "Re: ToolTip in a bound datagrid"
- Messages sorted by: [ date ] [ thread ]
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
- Next message: mrwoopey: "HELP - "Fail to render the page" error - asp.net - crystal report viewer"
- Previous message: Tiraman: "Re: ASP.NET Web Application And Compilation [Question]"
- In reply to: Mark: "ToolTip in a bound datagrid"
- Next in thread: Mark: "Re: ToolTip in a bound datagrid"
- Reply: Mark: "Re: ToolTip in a bound datagrid"
- Messages sorted by: [ date ] [ thread ]