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

ToolTip Contain Image Button Event Is not Working?

1 Answer 52 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
kallish
Top achievements
Rank 1
kallish asked on 19 Aug 2008, 05:37 AM
Hi,

I have One ImageButton
<asp:HyperLink ID="ImgSearchUsr" runat="server" ImageUrl="~/Images/search_user.gif"></asp:HyperLink>
And I will TargetCOntrol Id For One ToolTip..

<telerik:RadToolTip runat="server" ID="RadTTSearch" Sticky="true" ShowEvent="OnMouseOver"
            Width="600px" ManualClose="true" TargetControlID="ImgSearchUsr" RelativeTo="Element"
            EnableViewState="true">
and In toolTip Control Its Contain One Search Button that is..

<asp:ImageButton ID="ImgSearch" runat="server" ImageUrl="~/Images/search.gif"  OnClick="ImgSearch1_Click" />             
                                 
</ToolTip>

My Problem Is this Within ToolTip Search Button(ImgSearch) OnClick Event Is not Working?

What is the Problem Plse Help Me..

Bye
kallish

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 19 Aug 2008, 07:41 AM
Hi Kallish,

I have found the following forum link which discuss a similar scenario. Go through it and see whether it is helpful.
Image button not working in tooltip

Thanks
Shinu.
Tags
ToolTip
Asked by
kallish
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or