ganesh88maddy Report post Posted February 27, 2012 (edited) Am using ajaxtoolkit:modalpopupextender and it comes behind the flash object ..i want popup displays as first the code is .. <asp:UpdatePanel ID="t1" runat="server"> <ContentTemplate> <ajaxToolkit:ModalPopupExtender ID="mpePnlPopUp" runat="server" CancelControlID="img_Popup_Close_Daysettings" BehaviorID="mpePop" PopupControlID="pnl_Popup" BackgroundCssClass="modalBackground" PopupDragHandleControlID="pnl_Popup" TargetControlID="imgPrintReport"> </ajaxToolkit:ModalPopupExtender> <asp:Panel ID="pnl_Popup" runat="server"> <panel style goes here....> </asp:Panel> </ContentTemplate> </asp:UpdatePanel> i put z-index for flash object as -1 and put popup as 1000000 but there is no change Edited February 27, 2012 by ganesh88maddy Share this post Link to post Share on other sites
Guest Sumedh Report post Posted February 28, 2012 Greetings, Please refer this post: http://forum.fusioncharts.com/topic/175-javascript-menu-hiding-behind-the-fusioncharts-object/ Share this post Link to post Share on other sites