First Time the Page Loads the hover showing different and second time when you put mouse it's showing perfect.
Why it's hover different when first time the page loads .
Thank you for posting!
I have tested your code locally and find out that there is not difference between the first time and the second time. In order to resolve your issue, please check whether there is javascript which makes the difference or use IE Developer Tools to debug your
code to find the difference.
In addition, I will provide the demo in the skydrive:
sureshtalla
Member
11 Points
82 Posts
HoverMenu Extender Problem
Nov 16, 2012 07:33 PM|LINK
Hi,
Below is the Code why it's working like in Internet Explorer.
<body>
<form id="form1" runat="server">
<div>
<cc1:ToolkitScriptManager ID="Sc1" runat="server">
</cc1:ToolkitScriptManager>
<asp:PlaceHolder ID="pl" runat="server">
<table>
<tr>
<td>
<asp:UpdatePanel ID="uppnl" runat="server">
<ContentTemplate>
<table>
<tr>
<td style="width:100%">
<asp:Label ID="lblMsg" runat="server" Text="Click Me!!"
ForeColor="Blue" Font-Underline="True" >
</asp:Label>
<asp:Panel ID="Pn1" runat="server" BorderColor="Red" BorderWidth="2">
<asp:Label ID="lblPopUp" runat="server"
Text ="" >
</asp:Label>
</asp:Panel>
<cc1:HoverMenuExtender ID="HoverMenuExtender1" runat="server"
TargetControlID="lblMsg" PopupControlID="Pn1"
PopupPosition="Right" OffsetX="20" OffsetY="20">
</cc1:HoverMenuExtender>
</td>
<td>
</td>
</tr>
</table>
</ContentTemplate>
</asp:UpdatePanel>
</td>
</tr>
</table>
</asp:PlaceHolder>
</div>
</form>
</body>
In .aspx.cs File:
protected void Page_Load(object sender, EventArgs e)
{
if(IsPostBack!=true)
{
lblPopUp.Text = "Hai Hello, how r u!!!!!!";
}
}
First Time the Page Loads the hover showing different and second time when you put mouse it's showing perfect.
Why it's hover different when first time the page loads .
Please help me.
Thanks,
chetan.sarod...
All-Star
65729 Points
11138 Posts
Re: HoverMenu Extender Problem
Nov 19, 2012 03:00 AM|LINK
Refer this
http://www.asp.net/ajaxLibrary/AjaxControlToolkitSampleSite/HoverMenu/HoverMenu.aspx and http://www.asp.net/ajaxlibrary/act_HoverMenu.ashx
Senior Software Engineer,
Approva Systems Pvt Ltd, Pune, India.
Catherine Sh...
All-Star
23372 Points
2490 Posts
Microsoft
Re: HoverMenu Extender Problem
Nov 20, 2012 01:36 AM|LINK
Hi,
Thank you for posting!
I have tested your code locally and find out that there is not difference between the first time and the second time. In order to resolve your issue, please check whether there is javascript which makes the difference or use IE Developer Tools to debug your code to find the difference.
In addition, I will provide the demo in the skydrive:
https://skydrive.live.com/redir?resid=C5283F79D81085AE!154
Please try to download it and test it again.
If it doesn't help, please provide the screenshot and explain the difference more clearly.
Best wishes,
Feedback to us
Develop and promote your apps in Windows Store