Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Feb 29, 2012 04:43 AM by ganesh88maddy
Member
29 Points
32 Posts
Feb 27, 2012 06:00 AM|LINK
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>
ajax
All-Star
31382 Points
5424 Posts
Feb 27, 2012 06:04 AM|LINK
ensure you have both modalpopup and flash in same updatepanel
hi, try by setting Z-Index in both
set high value for Modalpopup and less value for flash object
Feb 27, 2012 06:16 AM|LINK
hi, i tired it but it doesn't work for me ..
i put z-index for flash object as -1 and put popup as 1000000
there is no change
65839 Points
11163 Posts
Feb 28, 2012 02:09 AM|LINK
You don't need to set zIndex for the Popup Css style. The default value is 10000 that will be set automatically
Feb 28, 2012 04:42 AM|LINK
yeah but i can't get into displays as first..any other way to do this..
43705 Points
4304 Posts
Microsoft
Feb 28, 2012 06:53 AM|LINK
Hi,
Just add the BackgroundCssClass="modalBackground" for ModalPopupExtender.
The css file like this:
.modalBackground {background-color:Gray;filter:alpha(opacity=70);opacity:0.7;}
Feb 28, 2012 08:36 AM|LINK
It is working for only putting gray background for my popup but i want to show the pop as first and flash object placed as second i.e. behind the popup
Feb 28, 2012 09:07 AM|LINK
Could you post some screenshot what do you want?
Feb 28, 2012 09:24 AM|LINK
Hi i've give the link for my sample screen short image.. in that image the login popup is behind the chart (flash object)
but i need that popup before that chart ..
http://www.flickr.com/photos/40919098@N07/6937814969/
Feb 29, 2012 02:13 AM|LINK
Please refer to this case: http://forums.asp.net/t/1525116.aspx#3679702.
ganesh88madd...
Member
29 Points
32 Posts
asp Panel comes behind SWF (flash) object
Feb 27, 2012 06:00 AM|LINK
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>ajax
karthicks
All-Star
31382 Points
5424 Posts
Re: asp Panel comes behind SWF (flash) object
Feb 27, 2012 06:04 AM|LINK
ensure you have both modalpopup and flash in same updatepanel
hi, try by setting Z-Index in both
set high value for Modalpopup and less value for flash object
ajax
Karthick S
ganesh88madd...
Member
29 Points
32 Posts
Re: asp Panel comes behind SWF (flash) object
Feb 27, 2012 06:16 AM|LINK
hi, i tired it but it doesn't work for me ..
i put z-index for flash object as -1 and put popup as 1000000
there is no change
ajax
chetan.sarod...
All-Star
65839 Points
11163 Posts
Re: asp Panel comes behind SWF (flash) object
Feb 28, 2012 02:09 AM|LINK
You don't need to set zIndex for the Popup Css style. The default value is 10000 that will be set automatically
Senior Software Engineer,
Approva Systems Pvt Ltd, Pune, India.
ganesh88madd...
Member
29 Points
32 Posts
Re: asp Panel comes behind SWF (flash) object
Feb 28, 2012 04:42 AM|LINK
yeah but i can't get into displays as first..any other way to do this..
Song-Tian - ...
All-Star
43705 Points
4304 Posts
Microsoft
Re: asp Panel comes behind SWF (flash) object
Feb 28, 2012 06:53 AM|LINK
Hi,
Just add the BackgroundCssClass="modalBackground" for ModalPopupExtender.
The css file like this:
.modalBackground {background-color:Gray;filter:alpha(opacity=70);opacity:0.7;}
Feedback to us
Develop and promote your apps in Windows Store
ganesh88madd...
Member
29 Points
32 Posts
Re: asp Panel comes behind SWF (flash) object
Feb 28, 2012 08:36 AM|LINK
It is working for only putting gray background for my popup but i want to show the pop as first and flash object placed as second i.e. behind the popup
Song-Tian - ...
All-Star
43705 Points
4304 Posts
Microsoft
Re: asp Panel comes behind SWF (flash) object
Feb 28, 2012 09:07 AM|LINK
Hi,
Could you post some screenshot what do you want?
Feedback to us
Develop and promote your apps in Windows Store
ganesh88madd...
Member
29 Points
32 Posts
Re: asp Panel comes behind SWF (flash) object
Feb 28, 2012 09:24 AM|LINK
Hi i've give the link for my sample screen short image.. in that image the login popup is behind the chart (flash object)
but i need that popup before that chart ..
http://www.flickr.com/photos/40919098@N07/6937814969/
Song-Tian - ...
All-Star
43705 Points
4304 Posts
Microsoft
Re: asp Panel comes behind SWF (flash) object
Feb 29, 2012 02:13 AM|LINK
Hi,
Please refer to this case: http://forums.asp.net/t/1525116.aspx#3679702.
Feedback to us
Develop and promote your apps in Windows Store