How can you get a CMSEditableRegion to work inside a custom control?
I've added the code into the .ascx file to use the CMSEditableRegion:
<cms:CMSEditableRegion ID="CMSEditableRegionHeader" runat="server" CheckPermissions="false" HideOnSubPages="false" Visible="true" RegionTitle="Welcome Title" EnableViewState="false" RegionType="TextArea" DialogWidth="700" DialogHeight="200" />
And the region does show up and works properly in the CMSDesk - you can add content and it saves and persists... but on the website it never shows. Do I have to add something into the codebehind file to populate the content?
Again, it works perfectly in the CMS Desk, it can be edited and saves and displays the content...
Thanks,
Lance