Search

You searched for the word(s): .net 4.0
Showing page 66 of 1,307 (13,069 total posts) < 1 second(s)
  • Re: Cannot access edited data (VB.NET)

    Thanks AdamI had the horrible feeling it might have been me doing something stupid.  The number of times I have written a page_load event, I shouldn't have missed that bit.  Hopefully this thread might save someone else from the same level of frustration.Sorry to have bothered you and thank you for your prompt help.-- RegardsPete
    Posted to Cute Editor for .NET (Forum) by pjoules on October 19, 2006
  • Re: CS 2.1

    We will test it tomorrow and post the result as soon as possible.   BTW, Cute Chat / Web Messenger 3.1 is out.   Demo:   http://chatsample.cutesoft.net/   Download:   http://cutesoft.net/Downloads/default.aspx   We will post the change log as soon as possible.   Cute Live ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by Adam on July 31, 2006
  • Re: Question on Mac and Safari

    Version 5.2 is out.   This issue is resolved in the version 5.2.   Demo:   Handle pasted text   http://cutesoft.net/asp/editoronpaste.asp   Use CuteEditor as an image selector   http://cutesoft.net/asp/use-CuteEditor-as-image-selector.asp   Output well-formed HTML and ...
    Posted to Cute Editor for ASP (Forum) by Adam on June 5, 2006
  • Re: Problem with asp.net 2.0 (Version 4.5)

    I just downloaded today and am still experiencing this problem.   Here is complete stack trace   System.Web.HttpUnhandledException: Exception of type 'System.Web.HttpUnhandledException' was thrown. ---> System.InvalidOperationException: Using themed css files requires a header control on the page. (e.g. ). at ...
    Posted to Cute Editor for .NET (Forum) by johnfparker on August 9, 2005
  • Re: CuteEditor.NET v4.0 Licenses

    jaadrare, You can use the software on any machine via http://localhost/ for development purposes. However if the web server is accessed using another hostname (i.e. it is a shared server) then you need to buy a copy for it. This means each of your development servers and test servers must have its own license.
    Posted to Cute Editor for .NET (Forum) by Adam on February 8, 2005
  • Ajax Uploader and ASP.NET MVC

    Is there a way to integrate Ajax Uploader with ASP.NET MVC ?  I don't want to use Webforms anymore, but Ajax Uploader is an amazing component... Thanks!  PS : Adam, thank you for your answer about CuteEditor and MVC. I think i'll go with FCK, even though I would have prefered CuteEditor with MVC. 
    Posted to Ajax Uploader (Forum) by netclick on September 29, 2008
  • Re: submitting text into database

    Please refer to the following examples:   http://cutesoft.net/example/customization.aspx (button customization) http://cutesoft.net/example/datagrid-example.aspx (access) You can find these two examples source code in download package.   http://cutesoft.net/download/CustomFileProvider.zip  (sql server ...
    Posted to Cute Editor for .NET (Forum) by Eric on June 25, 2010
  • 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 ...
    Posted to Cute Editor for .NET (Forum) by Adam on March 13, 2006
  • Re: Unique file name on upload

    So this feature will not be included in the asp version?  The main problem I see with this is that if I upload 2 images names logo.gif, they replace each other.  This causes a huge problem.  Do you know of any way that I can make the file name uploaded the date stamp just like the .net version?  Could I customize a file within ...
    Posted to Cute Editor for ASP (Forum) by epicweb on May 4, 2006
  • Re: Links Dropdown Customisation

    ClearChannel,   The above code works for me.       If Not Page.IsPostBack Then       Dim tdd As CuteEditor.TreeDropDownList      tdd = DirectCast(Editor1.ToolControls(''LinkTree'').Control, ...
    Posted to Cute Editor for .NET (Forum) by Adam on February 27, 2007
« First ... < Previous 64 65 66 67 68 Next > ... Last »