Hi
I am not sure if I am doing the wrong thing here. I have several flag imagebuttons in a master page,
but the tooltip does not display on hover. I can't see why not. They look like this:
The image buttons are made visible or not in code behind, during the page load event.
What am I missing?
Thanks for help!
Clive
Clive
I am not sure if I am doing the wrong thing here. I have several flag imagebuttons in a master page,
but the tooltip does not display on hover. I can't see why not. They look like this:
<asp:ImageButton ID="ImageButtonChinese" runat="server" ImageUrl="~/images/flags/chinese-flag.gif" />
<telerik:RadToolTip ID="RadToolTipChinese" runat="server" Animation="Fade" TargetControlID="ImageButtonChinese" IsClientID="true" Text="Click flag for Mandarin site" Position="TopRight" > </telerik:RadToolTip>The image buttons are made visible or not in code behind, during the page load event.
What am I missing?
Thanks for help!
Clive
Clive