CuteEditor 6.0 and ASP.NET 2.0 asp:DetailsView Problem

Last post 05-04-2007, 8:21 AM by lharris. 8 replies.
Sort Posts: Previous Next
  •  04-23-2007, 2:41 PM 28720

    CuteEditor 6.0 and ASP.NET 2.0 asp:DetailsView Problem

    I try to load the CuteEditor inside an  asp:DetailsView and I get a javascript error on Line: 27 Object Expected.  I'm able to load this outside of the details view fine.  Does anyone have any suggestions?
     
     

     


    Lee Harris
    Programmer & Database Developer

    HLB System Solutions
    50 Malcolm Road
    Guelph, Ontario N1K 1A9
    Phone: 519-822-3450 Ext. 239
    Fax: 519-822-8861
    http://www.hlbsolutions.com

    Disclaimer: The contents of this post are provided "as is". There is not warranty on code found in this post.
  •  04-25-2007, 10:41 PM 28841 in reply to 28720

    Re: CuteEditor 6.0 and ASP.NET 2.0 asp:DetailsView Problem

    lharris,
     
    Please create a sample project showing the problem and send it to me.
     
     

    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-26-2007, 10:17 AM 28865 in reply to 28841

    Re: CuteEditor 6.0 and ASP.NET 2.0 asp:DetailsView Problem


     
    Ok I've uploaded a Demo project.   Let me know.  Thanks,  Lee

    /forum_uploads/CE Editor Demo.zip
     
     
    For some reason this link isn't working but the file has been uploaded....
     
     
    Current Testing Environment:
     
    Win XP SP2
    IE 7
     
     
     
     
     

    Lee Harris
    Programmer & Database Developer

    HLB System Solutions
    50 Malcolm Road
    Guelph, Ontario N1K 1A9
    Phone: 519-822-3450 Ext. 239
    Fax: 519-822-8861
    http://www.hlbsolutions.com

    Disclaimer: The contents of this post are provided "as is". There is not warranty on code found in this post.
  •  04-26-2007, 10:25 AM 28866 in reply to 28841

    Re: CuteEditor 6.0 and ASP.NET 2.0 asp:DetailsView Problem

     
     
    I've also tested in Firefox v 1.5  and it fails to load
     
     
     
     

    Lee Harris
    Programmer & Database Developer

    HLB System Solutions
    50 Malcolm Road
    Guelph, Ontario N1K 1A9
    Phone: 519-822-3450 Ext. 239
    Fax: 519-822-8861
    http://www.hlbsolutions.com

    Disclaimer: The contents of this post are provided "as is". There is not warranty on code found in this post.
  •  04-30-2007, 3:23 PM 29011 in reply to 28841

    Re: CuteEditor 6.0 and ASP.NET 2.0 asp:DetailsView Problem

     
     
    Any progress on this Adam?  I'm asking because we're looking to implement CuteEditor in a site and it needs to have this functionality.
     
    Thanks in advance
     
     
    Lee
     
     

    Lee Harris
    Programmer & Database Developer

    HLB System Solutions
    50 Malcolm Road
    Guelph, Ontario N1K 1A9
    Phone: 519-822-3450 Ext. 239
    Fax: 519-822-8861
    http://www.hlbsolutions.com

    Disclaimer: The contents of this post are provided "as is". There is not warranty on code found in this post.
  •  05-03-2007, 2:01 PM 29150 in reply to 28865

    Re: CuteEditor 6.0 and ASP.NET 2.0 asp:DetailsView Problem

    lharris,
     
    I will work on your sample project in this weekend.

    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

  •  05-03-2007, 5:48 PM 29162 in reply to 29011

    Re: CuteEditor 6.0 and ASP.NET 2.0 asp:DetailsView Problem

    lharris:
     
     
    Any progress on this Adam?  I'm asking because we're looking to implement CuteEditor in a site and it needs to have this functionality.
     
    Thanks in advance
     
     
    Lee
     
     
     
    Lee,
     
     
    Here is the solution:
     
    Set the EnablePartialRendering property of ScriptManager to false.
     
    Code:
     
    <asp:ScriptManager ID="ScriptManager1" runat="server" EnablePartialRendering="false">
    </asp:ScriptManager>
     

    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

  •  05-04-2007, 7:48 AM 29187 in reply to 29162

    Re: CuteEditor 6.0 and ASP.NET 2.0 asp:DetailsView Problem

     
     
    That worked great! 
     
    Thanks Adam
     
     
     

    Lee Harris
    Programmer & Database Developer

    HLB System Solutions
    50 Malcolm Road
    Guelph, Ontario N1K 1A9
    Phone: 519-822-3450 Ext. 239
    Fax: 519-822-8861
    http://www.hlbsolutions.com

    Disclaimer: The contents of this post are provided "as is". There is not warranty on code found in this post.
  •  05-04-2007, 8:21 AM 29190 in reply to 29162

    Re: CuteEditor 6.0 and ASP.NET 2.0 asp:DetailsView Problem

     
     
    Ok so that fixed it in IE 7.  However i'm still having a problem with Firefox 1.5.  The editor loads like this...
     
     
    Same example but run it in Firefox and this is what I get.
     
     
    Thanks,
     
    Lee
     
     

    Lee Harris
    Programmer & Database Developer

    HLB System Solutions
    50 Malcolm Road
    Guelph, Ontario N1K 1A9
    Phone: 519-822-3450 Ext. 239
    Fax: 519-822-8861
    http://www.hlbsolutions.com

    Disclaimer: The contents of this post are provided "as is". There is not warranty on code found in this post.
View as RSS news feed in XML