This is a migrated thread and some comments may be shown as answers.

add Tooltip to Image Button

1 Answer 350 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
Kevin
Top achievements
Rank 1
Kevin asked on 20 Aug 2015, 08:21 PM

I have 3 buttons on my page and when I hover over them I want to return a service that pops up the information via a service.  Is it possible to hover over and asp button and then return a special Id to the service to then look up information or is this a bridge to far.

 

<tr>
                                <td style="font-size: 12px; border: 1px inset lightgray; border-right: none; font-weight: bold; font-family: Arial">UTA</td>
                                <td style="border: 1px inset lightgray; border-left: none">
                                    <asp:ImageButton ID="imgUTA" runat="server" Height="28px" Width="28px" /></td>
                                <td style="font-size: 12px; border: 1px inset lightgray; border-right: none; font-weight: bold; font-family: Arial">APFT</td>
                                <td style="border: 1px inset lightgray; border-left: none">
                                    <asp:ImageButton ID="imgAPFT" runat="server" Height="28px" Width="28px" /></td>
                                <td style="font-size: 12px; border: 1px inset lightgray; border-right: none; font-weight: bold; font-family: Arial">Admin</td>
                                <td style="border: 1px inset lightgray; border-left: none">
                                    <asp:ImageButton ID="imgAdmin" runat="server" Height="28px" Width="28px" /></td>
                            </tr>

1 Answer, 1 is accepted

Sort by
0
Danail Vasilev
Telerik team
answered on 25 Aug 2015, 09:03 AM
Hello,

Please examine the following demos that illustrate how to load tooltip content via WCF and Web Service:
    - http://demos.telerik.com/aspnet-ajax/tooltip/examples/wcf-web-service/defaultcs.aspx
    - http://demos.telerik.com/aspnet-ajax/tooltip/examples/webservice/defaultcs.aspx

Regards,
Danail Vasilev
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
ToolTip
Asked by
Kevin
Top achievements
Rank 1
Answers by
Danail Vasilev
Telerik team
Share this question
or