Search

You searched for the word(s): .net 4.0
Showing page 127 of 1,307 (13,069 total posts) < 1 second(s)
  • Re: Licensing question

    Sidewinder,  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.   In your situation, ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by Adam on October 4, 2004
  • Re: Demo Setup Problem: Operation must use an updateable query???

    George,   This is the permission problem.   In demo project the access database is used. In order to get updateable query work,  ASPNET account (account that is used to execute ASP.NET processes) has to have Write permissions on that folder.   By default it does not, so you need to right-click the folder, ...
    Posted to Cute Editor for .NET (Forum) by Adam on September 30, 2004
  • Re: Image uploading and AutoResizeUploadedImages Property.

    Zapotec,   There is a bug in the WinIE.js.  You can fix that by modifying the WinIE.js file.   The correct order of the resize and restriction is:   function _CState(..., resize, restriction,...)   Not   function _CState(...,restriction,resize,...)   You can also download the fixed WinIE.js from ...
    Posted to Cute Editor for .NET (Forum) by Adam on August 4, 2004
  • Re: Where are these mysterious Sample_cs.aspx and sample_vb.aspx

    Hi,   There are no  sample_cs.aspx or sample_vb.aspx in the version 2.2 any more. The document is not update. Sorry for the inconvenience.   Please following the below step by step guide:   Step 1.   Fetch the CuteEditor. zip file from Download tab. Unzip the file in the any folder.    Step ...
    Posted to Cute Editor for .NET (Forum) by Adam on April 29, 2004
  • Re: What's the purpose of "insert external image"?

    ''insert external image'' will be removed from the toolbar.  ''insert external image''  uses the MSHTML built-in function, which causes some confusions for the end users.   Please check the CuteEditor for ASP latest version.   http://cutesoft.net/asp/EnableAll.asp   With this new version the end users can ...
    Posted to Cute Editor for .NET (Forum) by Adam on December 29, 2003
  • Re: Link to style sheet?

    Yes.  The following note is copied from CuteEditor for asp forum : http://cutesoft.net/forums/ShowPost.aspx?PostID=110   1 .Create a new css file named as test.css. Copy the following code into test.css.   .ToolbarBg { background-color: #336699; BACKGROUND-IMAGE: url('/images/2x19.gif'); } .ItemBg { background-color: #336699; ...
    Posted to Cute Editor for .NET (Forum) by Adam on December 29, 2003
  • Cute Editor .NET Licensing Question

    Hello,   I’m trying to figure out the best possible licensing scenario for this product. The Editor will be installed on a development server and a production server (cluster environment with 2 servers). In production, the product will be used on a blog shared by internal employees.   What is the best licensing option for ...
    Posted to Purchase / License FAQ (Forum) by bcatharine on June 6, 2007
  • .Net 2005 xhtml1-transitional.dtd

    A default aspx file in visual studio 2k5 has <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" > </html> which is causing the layout of menu buttons to play up Please advise. Thanks, Stephen
    Posted to Cute Editor for .NET (Forum) by sdolier on November 9, 2005
  • Differences between ASP and .NET versions?

    Just a question, are there any functional differences between the Asp and the .Net versions of Cute Editor? If I have the possibility to install either one, is there a good reason to use the .NET version over the classic ASP version? eg for performance or other reasons? 
    Posted to Cute Editor for .NET (Forum) by Torquemada on April 7, 2005
  • Re: Bug report: problem with ASP.NET 2.0 MaintainScrollPositionOnPostback

    aionmad, Version 6.0 is out.  This issue is resolved in this new release.   It's a free upgrade.   Demo: http://cutesoft.net/example/general.aspx   Download: http://cutesoft.net/downloads/default.aspx    
    Posted to Cute Editor for .NET (Forum) by Adam on April 14, 2007