No Postback where cutesoft editor is, asp.net 2.0. (Problem founded)

Last post 04-14-2007, 12:39 AM by Adam. 16 replies.
Sort Posts: Previous Next
  •  03-11-2006, 7:17 AM 17015

    No Postback where cutesoft editor is, asp.net 2.0. (Problem founded)

    I put in a Asp.Net Wizard control, but out of it gives the problem too. Other Java links from other controls of page dont work.
     
    Possibly a conlict with cuteeditor and asp.net controls?...
     
    Help urgent please... I need this working to buy CuteEditor.
     
    Thanks
  •  03-11-2006, 5:28 PM 17023 in reply to 17015

    Re: No Postback where cutesoft editor is, asp.net 2.0. (Problem founded)

    The problem is in the property:
     
    MaintainScrollPositionOnPostback = "true"
     
    If the form has cute editor and this property it wont postback...
     
  •  03-12-2006, 1:24 AM 17027 in reply to 17023

    Re: No Postback where cutesoft editor is, asp.net 2.0. (Problem founded)

    Try disable the save button and use <asp:Button> control.
     
    <CE:Editor id="Editor1" DisableItemList="Save" runat="server"></CE:Editor>
    <asp:Button ID="Button1" runat="server" Text="Button" />
     
    We are investigating this issue and will post an update soon.
     
     
     
     
     
     

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  03-12-2006, 8:57 AM 17037 in reply to 17027

    Re: No Postback where cutesoft editor is, asp.net 2.0. (Problem founded)

    Still no postback with the change. Thanks.
  •  03-12-2006, 4:48 PM 17053 in reply to 17037

    Re: No Postback where cutesoft editor is, asp.net 2.0. (Problem founded)

    Can you create a simple aspx page and send it to me?
     
    I am using the following code and the postback works.
     
     
    <%@ Page Language="C#" MaintainScrollPositionOnPostback="true" MasterPageFile="~/Default.master" %>
    <%@ Register Assembly="CuteEditor" Namespace="CuteEditor" TagPrefix="CE" %>
    <asp:content id="Content1" contentplaceholderid="Main" runat="server">
        <CE:Editor ID="Editor1" runat="server"></CE:Editor>
        <asp:Button ID="Button1" runat="server" Text="Button" />
    </asp:content>

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  03-12-2006, 6:31 PM 17058 in reply to 17053

    Re: No Postback where cutesoft editor is, asp.net 2.0. (Problem founded)

    <%@ Page Language="VB" MasterPageFile="~/Principal.master" Title="Untitled Page" MaintainScrollPositionOnPostback="true" %>

    <%@ Register Assembly="CuteEditor" Namespace="CuteEditor" TagPrefix="CE" %>

    <asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">

    <ce:editor id="Editor1" runat="server"></ce:editor>

    </asp:Content>

  •  03-13-2006, 4:17 AM 17088 in reply to 17058

    Re: No Postback where cutesoft editor is, asp.net 2.0. (Problem founded)

    I have the same problem. See my Post at http://www.cutesoft.net/forums/16605/ShowPost.aspx.
     
    We would like to buy CE, too. But with that error we can't use it...
  •  03-13-2006, 11:49 AM 17105 in reply to 17058

    Re: No Postback where cutesoft editor is, asp.net 2.0. (Problem founded)

    Lisandro,
     
    Try disable the save button and use <asp:Button> control.
     
    <%@ Page Language="VB" MasterPageFile="~/Principal.master" Title="Untitled Page" MaintainScrollPositionOnPostback="true" %>

    <%@ Register Assembly="CuteEditor" Namespace="CuteEditor" TagPrefix="CE" %>

    <asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">

    <CE:Editor id="Editor1" DisableItemList="Save" runat="server"></CE:Editor> 
    <asp:Button ID="Button1" runat="server" Text="Button" />
     
    </asp:Content>
     

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  03-13-2006, 1:23 PM 17117 in reply to 17105

    Re: No Postback where cutesoft editor is, asp.net 2.0. (Problem founded)

    Tested I copy exactly the code you give me and still not working the postback, removing the MaintainScrollPositionOnPostback work normal.
  •  03-30-2006, 6:20 PM 17767 in reply to 17117

    Re: No Postback where cutesoft editor is, asp.net 2.0. (Problem founded)

    Any news?
  •  03-31-2006, 2:06 PM 17789 in reply to 17767

    Re: No Postback where cutesoft editor is, asp.net 2.0. (Problem founded)

    Lisandro,
     
    Can you create a simple aspx which can demonstrate the problem and send it to me?
    The sample code I post works fine here.


    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  04-02-2006, 1:30 PM 17799 in reply to 17789

    Re: No Postback where cutesoft editor is, asp.net 2.0. (Problem founded)

    sent
  •  04-05-2006, 11:42 AM 17900 in reply to 17799

    Re: No Postback where cutesoft editor is, asp.net 2.0. (Problem founded)

    Hello all,
     
    I have also issues with the setting maintainScrollPostionAtPostback="true".
     
    If the property is set in the web.config, no edit form in CuteEditor seens to work (Exception: maintainScrollPostionAtPostback directive cannot be set without htmlForm)
     
    Also the menu will be rendered wrong:
     
    And PostBack does not work for me, too.
     
    This setting is very important for new projects in asp.net 2.0.
     
    Do you have any idea how these issues can be solved. This would be highly appreciated, since I prefer using CuteEditor as my Editor.
     
    Thanks
    Rainer
     
     
  •  05-02-2006, 8:02 AM 18685 in reply to 17799

    Re: No Postback where cutesoft editor is, asp.net 2.0. (Problem founded)

    Any new about this problem?
     
    and abount the warnings in ASP.net 2.0 (below) thats show ugly errors listing every time I compile...
     
    Im just waiting you solve this to registrate...
     
    Warning 1 'System.Web.UI.Page.GetPostBackEventReference(System.Web.UI.Control, string)' is obsolete: 'The recommended alternative is ClientScript.GetPostBackEventReference. http://go.microsoft.com/fwlink/?linkid=14202' C:\Sistemas\Central\CuteSoft_Client\CuteEditor\Dialogs\insertdocument.frame.aspx 12 
    Warning 2 'System.Web.UI.Page.GetPostBackEventReference(System.Web.UI.Control, string)' is obsolete: 'The recommended alternative is ClientScript.GetPostBackEventReference. http://go.microsoft.com/fwlink/?linkid=14202' C:\Sistemas\Central\CuteSoft_Client\CuteEditor\Dialogs\gecko_insertdocument.frame.aspx 11 
    Warning 3 'System.Web.UI.Page.GetPostBackEventReference(System.Web.UI.Control, string)' is obsolete: 'The recommended alternative is ClientScript.GetPostBackEventReference. http://go.microsoft.com/fwlink/?linkid=14202' C:\Sistemas\Central\CuteSoft_Client\CuteEditor\Dialogs\gecko_inserttemplate.frame.aspx 11 
    Warning 4 The variable 'x' is declared but never used C:\Sistemas\Central\CuteSoft_Client\CuteEditor\Dialogs\safari_tag.aspx 107 
    Warning 5 'System.Web.UI.Page.GetPostBackEventReference(System.Web.UI.Control, string)' is obsolete: 'The recommended alternative is ClientScript.GetPostBackEventReference. http://go.microsoft.com/fwlink/?linkid=14202' C:\Sistemas\Central\CuteSoft_Client\CuteEditor\Dialogs\safari_inserttemplate.aspx 16 
    Warning 6 The variable 'x' is declared but never used C:\Sistemas\Central\CuteSoft_Client\CuteEditor\Dialogs\tag.frame.aspx 108 
    Warning 7 'System.Web.UI.Page.GetPostBackEventReference(System.Web.UI.Control, string)' is obsolete: 'The recommended alternative is ClientScript.GetPostBackEventReference. http://go.microsoft.com/fwlink/?linkid=14202' C:\Sistemas\Central\CuteSoft_Client\CuteEditor\Dialogs\selectimage.frame.aspx 15 
    Warning 8 'System.Web.UI.Page.GetPostBackEventReference(System.Web.UI.Control, string)' is obsolete: 'The recommended alternative is ClientScript.GetPostBackEventReference. http://go.microsoft.com/fwlink/?linkid=14202' C:\Sistemas\Central\CuteSoft_Client\CuteEditor\Dialogs\safari_insertmedia.aspx 15 
    Warning 9 'System.Web.UI.Page.GetPostBackEventReference(System.Web.UI.Control, string)' is obsolete: 'The recommended alternative is ClientScript.GetPostBackEventReference. http://go.microsoft.com/fwlink/?linkid=14202' C:\Sistemas\Central\CuteSoft_Client\CuteEditor\Dialogs\gecko_insertimage.frame.aspx 13 
    Warning 10 'System.Web.UI.Page.GetPostBackEventReference(System.Web.UI.Control, string)' is obsolete: 'The recommended alternative is ClientScript.GetPostBackEventReference. http://go.microsoft.com/fwlink/?linkid=14202' C:\Sistemas\Central\CuteSoft_Client\CuteEditor\Dialogs\gecko_insertmedia.frame.aspx 10 
    Warning 11 'System.Web.UI.Page.GetPostBackEventReference(System.Web.UI.Control, string)' is obsolete: 'The recommended alternative is ClientScript.GetPostBackEventReference. http://go.microsoft.com/fwlink/?linkid=14202' C:\Sistemas\Central\CuteSoft_Client\CuteEditor\Dialogs\insertimage.frame.aspx 18 
    Warning 12 The variable 'x' is declared but never used C:\Sistemas\Central\CuteSoft_Client\CuteEditor\Dialogs\gecko_tag.frame.aspx 100 
    Warning 13 'System.Web.UI.Page.GetPostBackEventReference(System.Web.UI.Control, string)' is obsolete: 'The recommended alternative is ClientScript.GetPostBackEventReference. http://go.microsoft.com/fwlink/?linkid=14202' C:\Sistemas\Central\CuteSoft_Client\CuteEditor\Dialogs\selectfile.frame.aspx 12 
    Warning 14 'System.Web.UI.Page.GetPostBackEventReference(System.Web.UI.Control, string)' is obsolete: 'The recommended alternative is ClientScript.GetPostBackEventReference. http://go.microsoft.com/fwlink/?linkid=14202' C:\Sistemas\Central\CuteSoft_Client\CuteEditor\Dialogs\safari_insertflash.aspx 15 
    Warning 15 'System.Web.UI.Page.GetPostBackEventReference(System.Web.UI.Control, string)' is obsolete: 'The recommended alternative is ClientScript.GetPostBackEventReference. http://go.microsoft.com/fwlink/?linkid=14202' C:\Sistemas\Central\CuteSoft_Client\CuteEditor\Dialogs\insertflash.frame.aspx 15 
    Warning 16 'System.Web.UI.Page.GetPostBackEventReference(System.Web.UI.Control, string)' is obsolete: 'The recommended alternative is ClientScript.GetPostBackEventReference. http://go.microsoft.com/fwlink/?linkid=14202' C:\Sistemas\Central\CuteSoft_Client\CuteEditor\Dialogs\insertmedia.frame.aspx 12 
    Warning 17 'System.Web.UI.Page.GetPostBackEventReference(System.Web.UI.Control, string)' is obsolete: 'The recommended alternative is ClientScript.GetPostBackEventReference. http://go.microsoft.com/fwlink/?linkid=14202' C:\Sistemas\Central\CuteSoft_Client\CuteEditor\Dialogs\gecko_insertflash.frame.aspx 10 
    Warning 18 'System.Web.UI.Page.GetPostBackEventReference(System.Web.UI.Control, string)' is obsolete: 'The recommended alternative is ClientScript.GetPostBackEventReference. http://go.microsoft.com/fwlink/?linkid=14202' C:\Sistemas\Central\CuteSoft_Client\CuteEditor\Dialogs\inserttemplate.frame.aspx 16 
    Warning 19 'System.Web.UI.Page.GetPostBackEventReference(System.Web.UI.Control, string)' is obsolete: 'The recommended alternative is ClientScript.GetPostBackEventReference. http://go.microsoft.com/fwlink/?linkid=14202' C:\Sistemas\Central\CuteSoft_Client\CuteEditor\Dialogs\safari_insertimage.aspx 15 
    Warning 20 'System.Web.UI.Page.GetPostBackEventReference(System.Web.UI.Control, string)' is obsolete: 'The recommended alternative is ClientScript.GetPostBackEventReference. http://go.microsoft.com/fwlink/?linkid=14202' C:\Sistemas\Central\CuteSoft_Client\CuteEditor\Dialogs\safari_insertdocument.aspx 15 
    Warning 21 'System.Configuration.ConfigurationSettings.AppSettings' is obsolete: 'This method is obsolete, it has been replaced by System.Configuration!System.Configuration.ConfigurationManager.AppSettings' C:\Sistemas\Central\CuteSoft_Client\CuteEditor\spellcheck.aspx 69 
    Warning 22 'System.Configuration.ConfigurationSettings.AppSettings' is obsolete: 'This method is obsolete, it has been replaced by System.Configuration!System.Configuration.ConfigurationManager.AppSettings' C:\Sistemas\Central\CuteSoft_Client\CuteEditor\spellcheck.aspx 73 
  •  05-23-2006, 4:46 PM 19431 in reply to 18685

    Re: No Postback where cutesoft editor is, asp.net 2.0. (Problem founded)

    Any news? Its seems they forgot this issue...
  •  05-28-2006, 8:53 PM 19577 in reply to 19431

    Re: No Postback where cutesoft editor is, asp.net 2.0. (Problem founded)

    Please dont forget this issue... Soon we will put in production, and need a stable registered control.
     
    Thanks in advance
  •  04-14-2007, 12:39 AM 28333 in reply to 19431

    Re: No Postback where cutesoft editor is, asp.net 2.0. (Problem founded)

    Guys,
    Version 6.0 is out.  This issue is resolved in this new release.
     
    It's a free upgrade.
     
    Demo:

     

    Download:


     
     

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

View as RSS news feed in XML