Search

You searched for the word(s): .net 4.0
Showing page 154 of 1,307 (13,069 total posts) < 1 second(s)
  • Re: Moving from IIS6 to IIS7

    Hi mdurli74, Please try the example page below, does it get the same problem on your site? <%@ Page Language=''C#'' %> <%@ Register Namespace=''CuteEditor'' Assembly=''CuteEditor'' TagPrefix=''CE'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on January 18, 2012
  • Re: License Expired

    Kenneth:Hi thekiwi, Please download the package below. It contains a trial license. Please test this trial license on your site. http://aspuploader.com/download/aspuploader.zip If the trial license works for you. It mean that the license what you are using is not correct. Please contact Karen ([email protected]), she will create ...
    Posted to ASP Uploader (Forum) by thekiwi on July 12, 2011
  • Re: <ul> when pasting bullets from word

    Are you still investigating the issue?I've tried all the options on http://cutesoft.net/example/editor-onpaste.aspx and none of them strip the bullet character, and Paste From Word does not insert proper list tags. If this is not fixed soon, is there a way to attach a function to fire only when text is inserted from the Paste From ...
    Posted to Cute Editor for .NET (Forum) by heatherO on June 28, 2011
  • Re: Font color change - does not work properly

    Hi,   I tried the steps you mentioned in http://cutesoft.net/example/general.aspx, but the issue occurs in a different scenario.   Assume I want to type words ''RED'' in red color and ''BLUE'' in blue color.    - When I select font color as red and type ''RED'', the word appears red.  - Now if I select blue ...
    Posted to Cute Editor for .NET (Forum) by dhapra1109 on February 16, 2011
  • Re: Move Cute Editor Toolbars Outside of the editor?

    Dear AWilderbeast,   You can set UseFloatToolbar to true. Please refer to http://richtextbox.com/test/UseFloatToolbar.aspx     <CE:Editor id=''Editor1'' UseFloatToolbar=''true'' AutoConfigure=''Simple'' Height=''200'' ThemeType=''OfficeXP'' ShowBottomBar=''false'' EditorWysiwygModeCss=''example.css'' ...
    Posted to Cute Editor for .NET (Forum) by Eric on February 9, 2011
  • Re: Insert Link crashes when the Eduitor has been opened in a pop up window (using window.open)

    Dear ussu36, I have tested your code on my end, it works fine. That error is not thrown. This issue is not related to your code.You can follow steps: 1.     Rename folder “\cuteeditor_files” in your site to “\cuteeditor_files(bak)” 2.     Download cuteeditor for asp latest version ...
    Posted to Cute Editor for ASP (Forum) by Eric on February 1, 2011
  • Re: Stop Running this script error in IE - Firefox works fine

    Hi, I tried the same thing on your site today and it didnt hang the browser. I then proceeded and downloaded the latest version (even though it said 6.6., a lot of files were updated on 22nd december). When I now run the same example on my site it doesnt hang. So it means that the issue was addressed? Didnt see it in any news/announcements. Also ...
    Posted to Cute Editor for ASP (Forum) by ussu36 on December 24, 2010
  • Re: MVC error

    Dear hpkrekt,   There are two methods to add AjaxUploader httpModule to web.config's httpModules list. IIS 6.0 and IIS 7.0 Classic mode<configuration>   <system.web>     <httpModules>       <add name=''CuteWebUI.UploadModule'' ...
    Posted to Ajax Uploader (Forum) by Eric on December 8, 2010
  • Re: not geting value in $fileguidlist=@$_POST["myuploader"];

    Dear pandurang,   Please check: 1. Put php uploader within tag <form> 2. $uploader->Name=''myuploader'';     and     $fileguid=@$_POST[''myuploader''];        These two lines should have same ID.     Please refer to the following example ...
    Posted to PHP File Uploader (Forum) by Eric on September 15, 2010
  • Re: PasteText property gives more linebreaks

    Please follow steps: 1.      Open link http://cutesoft.net/asp/editoronpaste.asp 2.      Click radio button “PasteWord” 3.      Open your word document in Microsoft word 4.      Select all your word document and then click ...
    Posted to Cute Editor for ASP (Forum) by Eric on April 29, 2010