Hello,
when I put editor in a control into a panel and then put the mycontrol.ascx on a page.aspx
like this
mycontrol.ascx:
<asp:panel id=panel1 runat=server>
<cuteeditor......./>
</asp:panel>
I get an error on page.aspx:
Error Rendering Control - panel1
An unhandled exception has ocured.
Object reference not set to an instance of an object.
What is to do?
Regards
J. Bauer