Search

You searched for the word(s):
< 1 second(s)
  • Re: HTML Encoded to #s

    Hi again, Well I found my problem : In my application, I save both the html code and the plain text. After reading some posts, in order to upgrade, I have used request(''Editor1'') to get the html and Editor1.PlainText to get the plain text. Of course, this doesn't work out (for the data validity) because after a postback, I store the ...
    Posted to Cute Editor for .NET (Forum) by julien on January 12, 2006
  • Re: HTML Encoded to #s

    Adam, &nbsp; No, that doesn't do the trick ! I'll start a new project from your demo files and add my stuff on top to see where the problem lies. Thanks again, Julien
    Posted to Cute Editor for .NET (Forum) by julien on January 12, 2006
  • Re: HTML Encoded to #s

    Hi Adam, Thanks for your rapid response. _ I have copied all files/folders from v5/bin and cuteSoft_Client _ I use the licence coming with the demo (can I use my old licence file ?) _ I have no problems using the demos (with a localhost virtual dir on IIS) &nbsp; Code to render the Editor : .aspx : &lt;CE:Editor&nbsp; ...
    Posted to Cute Editor for .NET (Forum) by julien on January 12, 2006
  • HTML Encoded to #s

    Hi, Yesterday, I decided to upgrade my Editors from v2 to v5 (big step). After some small issues, everything finally works...(almost !)My application uses a db to store and retreive the Editor's content. Whatever I type in the Editor is converted to ...#1#ed...It goes like this into the database, so when I retreive the data back from the db, it's ...
    Posted to Cute Editor for .NET (Forum) by julien on January 12, 2006
  • Re: Can't save to file

    Hi PNR, Have you tried something like this ? &nbsp; Dim sw As StreamWriter = New StreamWriter(server.mappath(''myfile''))sw.Write(Editor1.PlainText)sw.Close() &nbsp; It worked out ok for me. Also, on IE6 / win2K I had to add permission to ASPNET user. On IE6 / win2003server, it was not enough, I had to add permission to IIS and IWAM ...
    Posted to Cute Editor for .NET (Forum) by julien on March 3, 2004
  • Re: Demo page

    hmmmm...too bad, I find it quite nice all ready ! Do you have a schedule for this release ? Julien
    Posted to ASP.Net Image Gallery (Forum) by julien on February 24, 2004
  • Re: Demo page

    Hi Adam! I like this test page...How can I create the same on my site ? thx
    Posted to ASP.Net Image Gallery (Forum) by julien on February 24, 2004
  • Re: Duplicate buttons

    Hi again ! I saw in another post that one could register a button and then use it with the template property...I guess this might solve my problem ! Where do I get v2.2, if I don't receive it from you ? Thanks Julien
    Posted to Cute Editor for .NET (Forum) by julien on February 9, 2004
  • Duplicate buttons

    Hi ! I'm a new customer since last friday, and I have been working around CuteEditor during all week-end. Sofar, it looks&nbsp;really great. &nbsp;I was able to add buttons, and stuff, but I have a strange behavior when I try to add buttons to the toolbar by hand, instead of using the template. Here is some code ...
    Posted to Cute Editor for .NET (Forum) by julien on February 9, 2004