London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
Hi
I think you can just cast the Page, or the PageBase property if you inherit from UserControlBase, to a SystemPageBase to get a reference to the container.
((SystemPageBase)Page).SystemMessageContainer
Regards
Per Gunsarfs
EPiServer Development Team
Hi,
I have added a new tab to the "EditPanel". And if understand it correctly I can only use usercontrols in this section.
So my question is the following: Is there any way to use the "SystemMessageContainer" to show messages from a UserControl?