473,404 Members | 2,114 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,404 software developers and data experts.

HELP ! HoverMenuExtender in updatepanel doesn't work in safari, chrome

2
Hi,

I've been trying for a few hours now, but cannot resolve this:

In IE7 it works, but not in :

I'm using a HoverMenuExtender in a Listview.
As soon as I'm using an updatepanel, the popup doesn't shows anymore in safari or goggle chrome, it still works in IE7.
Without the updatepanel it works fine in all 3 browsers.

VS 2008 - VB.net - AjaxControlToolkit-3.5SP1

Here's my code:

Expand|Select|Wrap|Line Numbers
  1.     <form id="form1" runat="server">
  2.     <asp:ScriptManager ID="ScriptManager" runat="server">
  3.     </asp:ScriptManager>
  4.     <asp:UpdatePanel runat="server">
  5.     <ContentTemplate>
  6.  
  7.  
  8.                 <asp:ListView 
  9.                     ID="LV_UsrWebsites" 
  10.                     runat="server"                     
  11.                     DataKeyNames="PublicationID"                                         
  12.                     OnItemCommand = "UserWebsites_Command" >               
  13.  
  14.                     <LayoutTemplate>
  15.                         <asp:PlaceHolder ID="itemPlaceholder" runat="server"></asp:PlaceHolder>
  16.                     </LayoutTemplate>
  17.  
  18.                     <ItemTemplate>
  19.  
  20.                         <cc1:HoverMenuExtender ID="HoverMenuExtender1" runat="server"
  21.                                     TargetControlID="icoSiteInfo"
  22.                                     PopupControlID="bubbleInfo"
  23.                                     PopupPosition="Top"                          
  24.                                     >
  25.                         </cc1:HoverMenuExtender>
  26.  
  27.                                 <asp:Panel ID="bubbleInfo" runat="server" CssClass="bubblePanel" >
  28.                                 <div class="bubbleImage" >
  29.                                 <div class="bubbleTextPositionSize">
  30.                                 <asp:Label runat="server" ID="Publicationdescr" Text='<%# Eval("PublicationDescr") %>' CssClass="bubbleText"></asp:Label>
  31.                                 </div>
  32.                                 </div>
  33.                                 </asp:Panel>            
  34.  
  35.                         <div class="gridItems">
  36.  
  37.                         </asp:Label><asp:CheckBox runat="server" Checked='<%# Eval("ProcessNow") %>' ID="chkSelectWebsite" CssClass="gridText" Width="32px"/>
  38.                         <asp:hyperlink runat="server" ID="LnkSiteName" Text='<%# Eval("SiteName") %>'  NavigateUrl='<%# Eval("SiteName") %>' CssClass="gridTextLink" Width="205px" ></asp:hyperlink>
  39.                         <asp:Label runat="server" ID="CreationDate" Text='<%# FormatGridDate(Eval("CreationDate")) %>' CssClass="gridText" Width="68px" ></asp:Label>
  40.                         <asp:Label runat="server" ID="ModifDate" Text='<%# FormatGridDate(Eval("ModifiedDate")) %>' CssClass="gridText" Width="75px" ></asp:Label>                        
  41.                         <asp:Image runat="server" ID="icoSiteInfo" ImageUrl="~/Assets/Graphix/InfoIcon.png"  />                                                
  42.                         <asp:Label runat="server" ID="Status" Text='<%# Eval("SubscriptionStatus") %>' CssClass="gridText" Width="60px" ></asp:Label>
  43.                         </div>
  44.                     </ItemTemplate>
  45.                     <EmptyDataTemplate>
  46.                         <div class="gridItems">  
  47.                         <asp:Label runat="server" ID="NoData" Text="&nbsp &nbsp no websites linked to this address..." CssClass="gridText" Font-italic="true" ></asp:Label>
  48.                         </div>                   
  49.                     </EmptyDataTemplate>            
  50.                 </asp:ListView>
  51.  
  52. </ContentTemplate>
  53. </asp:UpdatePanel>
  54.  
  55.  
  56.     </form>
  57. </body>
  58. </html>
Can anyone help me with this ?

thanks in advance,

eeBee
May 5 '09 #1
2 3891
Frinavale
9,735 Expert Mod 8TB
Well the first thing I noticed is that your UpdatePanel does not have an ID.
Maybe this is causing the problem?
May 6 '09 #2
eebee
2
Thanks Friavale,

But no, didn't made a difference. still no popup in safari and chrome...
May 7 '09 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

2
by: brett | last post by:
I have an AJAX updatepanel in an aspx page. Inside the updatepanel is a placeholder control, which loads various ascx files. This all works fine. One of the ascx files also has an updatepanel in...
2
by: tirath | last post by:
hi, I am using Microsoft AJAX.Net control toolkit. I am using HoverMenuExtender control. When I hover over an Image control I open a Panel which contains details. I want to provide a close...
4
by: Rob Meade | last post by:
Hi all, Ok - this might sound kinda stupid - but I cant see how to do it... I've got an update panel which contains, on one horizontal line, a drop down list, then an image, then another drop...
7
by: Mel | last post by:
I have an update panel that has the UpdateMode set to "Conditional". When I call UpdatePanel1.Update() in the VB code it does not work in FireFox. It works just fine in Internet Explorer 6.0. Any...
2
by: =?Utf-8?B?TUNN?= | last post by:
I have an UpdatePanel that is throwing the following error on an attempted postback: Sys.WebForms.PagerequestManagerServerErrorException: An Unknown error occurred while processing the request...
8
by: Nick | last post by:
Hi there, I have a GridView in an UpdatePanel, each time the UpdatePanels Load event fires I set the DataSource and call DataBind of the grid view. This works great once, I add an item to the...
7
by: Peter | last post by:
I have the following code in DonNetNuke application, I am trying to create a popup in every DataList Item, eveything is working with exception the popups do not line up with every DataItem. How do...
53
by: souporpower | last post by:
Hello All I am trying to activate a link using Jquery. Here is my code; <html> <head> <script type="text/javascript" src="../../resources/js/ jquery-1.2.6.js"</script> <script...
2
by: Peter | last post by:
I have a HoverMenuExtender which contains an asp:PlaceHolder, this place holder gets a dynamically created User Control and this control contrains a Button. The problem I am having is the Button...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.