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!

In PlugInArea.EditPanel access SystemMessageContainer

Vote:
 

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?

 

#49814
Apr 01, 2011 14:22
Vote:
 

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

#49821
Apr 01, 2011 15:18
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.