The example in the linking page can not work directly, if there any other resources about that,
Could you please post your error details here? Because this code works fine on my side. What needs to be mentioned here is that I modified the following line.
Feel free to let me know if you have any question.
Best Regards
Abraham.
.NET forums are moving to a new home on Microsoft Q&A, we encourage you to go to Microsoft Q&A for .NET for posting new questions and get involved today.
Member
60 Points
207 Posts
How to handle nested ModalpopupExtender
Jun 27, 2018 10:22 AM|abramhum.c.l|LINK
Hi:
I meet a problem about how to handle nested modalpopupextender,
My code snippet is as following:
The problem is how to call these two modalpopupextender and let then show in the same time,
I mean if I call modalPopupExtender1.show() and the call modalPopupExtender2.show(), the UI should show modalPopupExtender1
and modalPopupExtender2 below the modalPopupExtender1.
But in fact it always only show either modalPopupExtender1 or modalPopupExtender2, even I have set z-index,
it still not working. Is there any good method to handle that, thanks a lot.
By the way, in chrome, it indeed can show nested modalpopextenders but in IE11, it fail.
Any suggestion is highly appreciated, thanks.
All-Star
54508 Points
14111 Posts
Re: How to handle nested ModalpopupExtender
Jun 27, 2018 11:07 AM|mudassarkhan|LINK
Refer
https://forums.asp.net/t/1176409.aspx?Launch+a+ModalPopup+from+another+ModalPopup
Blog: ASPSnippets | Forum: ASPForums | Company: Excelasoft
Member
60 Points
207 Posts
Re: How to handle nested ModalpopupExtender
Jun 28, 2018 01:38 AM|abramhum.c.l|LINK
The example in the linking page can not work directly, if there any other resources about that,
thanks.
Member
740 Points
321 Posts
Re: How to handle nested ModalpopupExtender
Jul 03, 2018 11:40 AM|Abraham Qian|LINK
Hi Abramhum,
According to your description, I think the link above is useful to you.
https://forums.asp.net/t/1176409.aspx?Launch+a+ModalPopup+from+another+ModalPopup
I suggest you could try it.
Could you please post your error details here? Because this code works fine on my side. What needs to be mentioned here is that I modified the following line.
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %>
I need to modify the “TagPrefix=cc3”.
Feel free to let me know if you have any question.
Best Regards
Abraham.