<CE:Editor id="Editor1" EditorWysiwygModeCss="example.css" runat="server"></CE:Editor>
I have referenced the cute editor in the aspx page and trying to refer Editor1 in the code behind page .vb page. code behind is not recogniseing Editor1
Also in aspx page I have a messgae saying Error Creating Editor.
What is the issue.