Search

You searched for the word(s): .net 4.0
Showing page 332 of 1,307 (13,069 total posts) < 1 second(s)
  • Re: HTML Editor inserting </bgsound> tag

    vinsr27: Eric,    This the HTML I'm using   <html>     <body>         <!-- Comment 1 -->         <!-- Comment 2 -->         <!-- Comment 3 -->     ...
    Posted to Cute Editor for ASP (Forum) by Adam on November 16, 2009
  • Re: urgent: URL rewriting not supported

    Hi, The current version is 100% compatible with Microsoft's UrlRewriter samples. http://msdn.microsoft.com/en-us/library/ms972974.aspx If the uploader do not fit for your case , there are some reason: 1. The url rewriter is not 100% compatible , because it use Request.RawUrl (like the http://urlrewriter.net/) .    That means, as ...
    Posted to Ajax Uploader (Forum) by cutechat on April 7, 2009
  • CuteEditor.NET does not work in Browser Chrome?

    Hello!   Why CuteEditor.NET does not support ''Google Chrome'' ? Chrome support standarts W3C ...   If I press F12 then CuteEditor.NET has broken content and crush ...
    Posted to Cute Editor for .NET (Forum) by Virt on September 28, 2009
  • Re: Javascript error..

    Smith,   Please put your mouse cursor over the CuteEditor.dll and read the CuteEditor.dll description.   If you are not using 5.3, please download it from:   http://cutesoft.net/downloads/default.aspx   It's a free upgrade.   Your existing license file will work for this new ...
    Posted to Cute Editor for .NET (Forum) by Adam on December 16, 2006
  • Re: Editor stripping !Doctype after save

    the4bs,   Just create a label control and use it to write the string after extrcting content from the editor.   Then check !Doctype tag.   You can use the following example to test as well:   http://cutesoft.net/example/Edithtml.aspx   The source code of this example is included in the download ...
    Posted to Cute Editor for .NET (Forum) by Adam on October 26, 2006
  • Re: Toolbar

    I'm getting something similar on my DNN 4 installation in a custom module.  The editor looks and works fine in other modules, but when creating a single settings.aspx page with only the CE on it (following DNN's user control registration and code conventions) I get something that looks like this.       Here is my aspx ...
    Posted to Cute Editor for .NET (Forum) by airstream345 on March 20, 2006
  • Re: .NET error after installation

    For the web.config file, all you need to change is the connection string.   You don't modify the CuteChat.ConnectionStringProvider if you are using the sample project.   What kind of error message did you receive?    
    Posted to Cute Chat and Cute Web Messenger (Forum) by Adam on February 14, 2006
  • Re: File Uploader - Streaming to memory or Hard Drive

    Please read the following: The standard ASP.NET classes cache the entire upload in memory. Not only does this have performance implications but it also inherently limits the size of ongoing uploads. When ASP.NET memory use reaches 60% of available RAM the whole of ASP.NET is restarted. The time that large uploads takes can create a vicious ...
    Posted to Cute Editor for .NET (Forum) by cdmdotnet on June 14, 2006
  • Re: Text box, asp code

    im sorry, i think i werent clear.   i will ask it in this way. how can i, progrematically, get the objects already in the editor. let say a user added an image, text box and layer. how can i fetch this information from the cute editor instance in my asp.net page?   thanks
    Posted to Cute Editor for .NET (Forum) by phi on May 27, 2008
  • Re: HTML is changed after it is pasted in cute soft editor

    This issue has been resolved in the version 4.5. Editor.RemoveTBODYTag Property By default Internet Explorer HTML parser automatically insert TBODY tag after any TABLE tag. When this property is set to true, CuteEditor strips out the TBODY tags. ...
    Posted to Cute Editor for .NET (Forum) by Adam on June 9, 2005