Search

You searched for the word(s): microsoft
Showing page 3 of 109 (1,088 total posts) < 1 second(s)
  • Re: Microsoft Outlook Formatting

    Hi syedrazi, By default editor will remove the <style> target. Please set  EnableStripStyleTagsCodeInjection=''false'', it should fix the problem of the html content above.  <CE:Editor ID=''editor1'' runat=''server'' ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on November 7, 2011
  • Microsoft JScript runtime error: Unable to get value of the property 'appendChild': object is null or undefined

    Browser : Internet Explorer 9ASP.Net Type : ASP.Net 4.0 WebForms Based on the example (Start-uploading-manually.aspx), I  had copied the following two JavaScript functions in a seperate Javascript file (FileUpload.js):function submitbutton_click() function CuteWebUI_AjaxUploader_OnPostback()I had referred the above ...
    Posted to Ajax Uploader (Forum) by sansindia85 on September 21, 2011
  • Re: Does Cute Editor for .NET version 6 compatible with Microsoft AJAX?

    Yes.   Ajax update panel support online demo:    http://richtextbox.com/test/Ajax-Support.aspx   http://richtextbox.com/test/Ajax.aspx   The source code of the above examples are available for download. Please check the examples and modify them to meet your own requirements.   Hope it helps.  
    Posted to Cute Editor for .NET (Forum) by Adam on November 5, 2008
  • Re: Microsoft VBScript compilation error

    Marsner: no matter what i do, it keeps asking for an ''End'' statement ? is it possible that u could send me a file that already been config to One ASP ?   regards Marsner   Marsner,   Please set up FTP to your site and send it to me. I will check this issue for you.    
    Posted to Cute Editor for ASP (Forum) by Adam on May 22, 2007
  • Re: Microsoft Outlook Formatting

    Unfortunately that did not work. I still get the same problem. Here is another example of a html email.   <head><style></style></head><body><STYLE type=text/css>        H1 {text-align:center; font-size:20px; font-family:Verdana,Helvetica, sans-serif; color:#000000; } td { ...
    Posted to Cute Editor for .NET (Forum) by syedrazi on November 7, 2011
  • Re: How to store the HTML code into database(microsoft access)

    Thank for help. i try to copy your coding to inside but show out the error is below   Error Type: ADODB.Recordset (0x800A0CB3) Current Recordset does not support updating. This may be a limitation of the provider, or of the selected locktype. /prototype/CuteEditor2/default.asp, line 14 Browser Type: Mozilla/4.0 ...
    Posted to Cute Editor for ASP (Forum) by zhihow on July 25, 2008
  • Operator Error on Startup

      CuteChat 5.0.0 version on Windows IIS ASP.net Server - the operators are eventually able to login to the site but this error sometimes occurs when starting the application. Debugging Information: See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog ...
    Posted to Cute Live Support (Forum) by PatrickT on October 12, 2009
  • Re: Integrate CuteEditor with Microsoft Sharepoint

    vtan,   We will build an example on integrating CuteEditor, CuteChat and DotNetGallery into Microsoft Sharepoint Portal web part soon like we did for http://cutesoft.net/Default.aspx?tabindex=6&tabid=24   Please come back and check for new developments.
    Posted to Cute Editor for .NET (Forum) by Adam on August 30, 2004
  • Re: How to store the HTML code into database(microsoft access)

    Never use DYNAMIC SQL to insert text data... NO GOOD, I say NO GOOD, very BAD... THIS IS NO GOOD: conn.execute(''INSERT INTO tblmemo([memo]) values (''' & Request.Form(''editor1'')& ''')'')   Your Request.Form(''editor1'') value will include invalid caracters like single quotes (') and double quotes ('') and will create SQL ...
    Posted to Cute Editor for ASP (Forum) by JFRanger on July 24, 2008
  • Re: Import Word document

    Hi Adam.   I load a HTML file and read the content. When I set the Editor value to this content it seems fine. But the HTML is dirty (Word) so Before setting the editor value I run CuteEditor.EditorUtility.CleanUpMicrosoftWordHTML And this function breaks everything...   Also, try pasting this Word-edited HTML document into the ...
    Posted to Cute Editor for .NET (Forum) by Dtest on January 7, 2009