Search

You searched for the word(s): .net 4.0
Showing page 384 of 1,307 (13,069 total posts) < 1 second(s)
  • Re: How to change ConnectionString name in web.config.

    Guys, you are trying to create serious product but did not spend so much time on testing. Did you try your self to install live support on .NET 2.0 + oracle. All you advices are not good. And stanalone sample is not right in this case. Contact me if you want consultation how to do that. Because I run it under 2.0 + ...
    Posted to Cute Live Support (Forum) by vziukas on November 14, 2007
  • Re: CuteEditor messes with HTML, how to disable this

    Adam: SaferSephy,   Which version of Cute Editor are you using?   Please try this example: http://cutesoft.net/example/general.aspx   This example is running version 6.0.         This editor does the same, even though mine is 5.x. Also i found out that when i don't finish my tags on ...
    Posted to Cute Editor for .NET (Forum) by SaferSephy on August 15, 2007
  • Re: Problem with form controls in editor

    Adam,   If you add the HTML snippet from my original post to this example (under Windows XP or Vista and IE7), you should see the issue. Just to be clear, I'm referring to behavior of the dropdown list in the Normal pane, not the Preview pane. Also, if you click it twice in rapid succession, the list will stay down. But this ...
    Posted to Cute Editor for .NET (Forum) by solventus on August 1, 2007
  • Re: PDF conversion significantly different than HTML

    Thanks Ady,   But I don't think that's the problem. First, I can't give the PDF document a style sheet. I'm using CE's built-in PDF converter and all it does is read the editor's text.   Second, and more importantly, when I use other company's .NET converters (Sautin), they work fine against the same content.   BTW - I still ...
    Posted to Cute Editor for .NET (Forum) by fredd on July 14, 2007
  • Re: Cutesoft Editor in GridView in UpdatePanel doesn't work ???

    Hi Adam,   How is this a solution? The main reason for using the ASP.NET AJAX framework is to make rendering more efficient by using partial page rendering. If this is set to false, surely it is impossible to render parts of the page?   If there no way to render the required JS before we actually set the control to be ...
    Posted to Cute Editor for .NET (Forum) by webreality on July 10, 2007
  • Re: Cutesoft Editor works very slowly when opening in a popup window

    Adam,   we installed the complete cutesoft sample .net 2.0 from the latest version on a local iis (xp, all patches, testet with ie 7.0) on different computers, without modifications from us.    With the default demo page of the sample we have a delay by enter characters. This delay is bigger in the second ''new'' ...
    Posted to Cute Editor for .NET (Forum) by lue on June 6, 2007
  • Re: Failed to map the path '/'. error on v6.0

    Adam,   It's .NET version 6.0, I just double-checked my bin directory.   The templatepath is a physical path to a subdirectory in my development machine, which is ''c:\data\template\''. I also tried hardcoding the physical path, same result.    In debug mode secset.TemplateGalleryPath value ...
    Posted to Cute Editor for .NET (Forum) by handy on May 9, 2007
  • Re: Performance with multiple editors

    jboduch,   This issue is resolved in version 6.0. Numerous optimization methods has been applied.   Demo:   Http://cutesoft.net/example/Dynamically-Create-Editors.aspx   If you check the HTML code of the page, you can find the following code:  <!-- CuteEditor ctl01 Begin --> ...
    Posted to Cute Editor for .NET (Forum) by Adam on April 10, 2007
  • Re: Editor 6.0 inside the ajax update panel in HTML and Preview mode

    Adam: It works here in this example: http://richtextbox.net/test/Ajax.aspx   Hello Adam,   I just tested the link above and found out that the editing area of the CuteSoft Editor is not restored properly after the panel has been updated.   You can reproduce this behaviour by clicking the link above, (type some text,) ...
    Posted to Cute Editor for .NET (Forum) by wetmaster on April 5, 2007
  • Re: <div> formatting problem

    what if you setting these styles through code dynamically and can't put them in a css file?  Right now I am putting styles within a script block of the html that the editor is displaying.    Example:string strStyle = ''<script type=''text/css''> .page{background-color:Blue;}</script>''; string strHTML = ...
    Posted to Cute Editor for .NET (Forum) by kmoreno on January 10, 2007