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

ToolTip Image Button Does not Working?

0 Answers 85 Views
ToolBar
This is a migrated thread and some comments may be shown as answers.
kallish
Top achievements
Rank 1
kallish asked on 18 Aug 2008, 09:08 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


No answers yet. Maybe you can help?

Tags
ToolBar
Asked by
kallish
Top achievements
Rank 1
Share this question
or