Search

You searched for the word(s): .net 4.0
Showing page 260 of 1,307 (13,069 total posts) < 1 second(s)
  • Re: Problem uploading files - name does not allow blank

    Hi SchelloehB,   I tested the code your provided, it works fine for me.   Can you create a paga like below and send me the test page URL?   Please send the imformation to [email protected]   <%@ Page Language=''C#'' %> <%@ Register Namespace=''CuteEditor'' Assembly=''CuteEditor'' TagPrefix=''CE'' ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on July 2, 2010
  • Re: MaxLength Message with localization in es-Es

    Hi edison9541,   It works fine for me. Can you upgrade to the latest version and try again?   Below is my test code.         <CE:Editor ID=''editor1'' runat=''server'' MaxHTMLLength=''10'' CustomCulture=''es-es''>         </CE:Editor>   If still get ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on June 30, 2010
  • Focus on editor via tab

    I am tabbing from a asp.net textbox to cuteeditor. When I tab to cuteeditor, it focuses on the outer control as opposed to placing the cursor in the box to allow immediate typing. With the focus on the outer control, I cannot immediately start typing. Instead, I need to use the mouse to focus the cursor in the box.   Now, I notice on this ...
    Posted to Cute Editor for .NET (Forum) by ForefieldDeveloper on June 23, 2010
  • Re: SetTextToXHTML()

    You can teach your end users use the Clean Up HTML button () in Cute Editor to remove extraneous tags and streamline your HTML code. But it's easy to make mistakes if your end users forget Clean Up HTML before saving the content into database. Cute Editor provides two server side methods which can fix these mistakes automatically and tidy up ...
    Posted to Cute Editor for .NET (Forum) by Adam on June 18, 2010
  • succeeding paragraphs combined after hitting enter

    Hello.  I am facing a production-critical problem where, if I hit enter inside of a paragraph, it does not close the paragraph and begin a new one.  Instead, it merges all succeeding paragraphs together and prepends the remaining text inside the paragraph where I hit enter to this new combined paragraph.  For ...
    Posted to Cute Editor for .NET (Forum) by bczifra on June 10, 2010
  • Re: EnableStripScriptTags not working version 6.6

    Please refer to example http://www.richtextbox.com/test/EnableStripScriptTags.aspx You can try the following code: <%@ Page Language=''C#''%> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <html>     <head>   <title>ASP and ASP.NET WYSIWYG Editor - ...
    Posted to Cute Editor for .NET (Forum) by Eric on May 31, 2010
  • Re: Hide directories in file browser

    ayw123: Is it possible to hide certain directories in the file browser? When the user uses the file browser from functions such as insert link, these directories will not be listed.   I'm using CE5.2.   Thanks,   Alice   Alice,   This feature is available now. Please download the latest build ...
    Posted to Cute Editor for .NET (Forum) by Adam on May 27, 2010
  • Running ASP uploader in Integrated mode

    Hi there,   I have ASP uploader in an ASPx web. When deploying it, it will not run correctly in Integrated Application pool. The error is a Javascript error (object expected) follwed by the error ''Uploadmodule is not installed into web.config.!   When I change IIS7 to use the Classic.NET application pool, the app ...
    Posted to ASP Uploader (Forum) by RobNagel on May 21, 2010
  • Populate rich txt data into Cuteeditor with all the formatting

    Hi,   Using vs2003 rich text box some data will be saved to database with text manipulations.Now, i am using vs 2005 web application,i want to populate that data saved from Richtextbox.As, there is not richtextbox in asp.net,i tried cuteeditor.But,when i tried to populate using text property or xhtml property i am not getting the data ...
    Posted to Cute Editor for .NET (Forum) by adityaraj on May 18, 2010
  • Populate rich txt data into Cuteeditor with all the formatting

    Hi,   Using vs2003 rich text box some data will be saved to database with text manipulations.Now, i am using vs 2005 web application,i want to populate that data saved from Richtextbox.As, there is not richtextbox in asp.net,i tried cuteeditor.But,when i tried to populate using text property or xhtml property i am not getting the data ...
    Posted to Cute Editor for .NET (Forum) by adityaraj on May 18, 2010