ganesh88maddy
Members-
Content count
3 -
Joined
-
Last visited
Everything posted by ganesh88maddy
-
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 there is no change
-
Asp Panel Comes Behind Swf (Flash) Object
ganesh88maddy replied to ganesh88maddy's topic in FusionCharts and ASP.NET
Hi, i follow the link that you gave in last post .. i did the instructions in that post to my work but i doesn't solve my issue .. i attached one sample screen shot for my problem kindly have a review with that and reply me ASAP.. thanks in advance... -
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