Here is the URL for that page.....
Its a simple page with no bindings to the editor........
Previously I was getting error "
Invalid postback or callback argument." and when I set <pages validateRequest="false" enableEventValidation="false" /> I started recieving this error "
CuteEditorInitialize is not define" all these errors are coming in Javascript COnsole....
I have checked this problem in every browser.....
Intrestingly every things work fine on Local Development server..... I am also pasting the code for this... please check
INLINE
<%@ Register TagPrefix="CE" Namespace="CuteEditor" Assembly="CuteEditor" %>
<CE:Editor ID="txtArea" runat="server" EditorWysiwygModeCss="../_includes/example.css"></CE:Editor>
P.S. Example.css is existing... s every thing works fine on local server...
Your quick response will be helpfull for us....