Using cute editor in code behind

  •  04-05-2007, 11:44 AM

    Using cute editor in code behind

    <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.
View Complete Thread