Friday, October 07, 2005
« FCKeditor 2.1 Released (HTML WYSIWYG edi... | Main | Blog to Sell »
To use FCKeditor in an ASP.NET project, you also need the FCKeditor.Net integration component.  Both the editor and the .NET component can be downloaded from the FCKeditor sourceforge project.  Next, follow the instructions found on the Developer's Guide for ASP.NET Integration to get the editor working in your .NET project.
Friday, November 25, 2005 11:21:00 PM (Central Standard Time, UTC-06:00)
Hi Bharani,



You need to make sure that you have all of the FCKeditor files (.html, .js, .css, .xml, .gif, .jpg, etc.) in your Web project as well as the FCKeditorV2.dll server control. Also, you need to set the server control's BasePath property to the folder where your FCKeditor files are located. For example, if you place the FCKeditor files in /scripts/fck, you may want to use the following in your code:



FCKeditor1.BasePath = Page.ResolveUrl("~/scripts/fck/");



Hope this helps!
Wednesday, November 23, 2005 1:07:00 AM (Central Standard Time, UTC-06:00)
Hi,



When I use the FCKeditorV2.dll in ASP.NET application as for the instruction from this URL: http://wiki.fckeditor.net/Developer%27s_Guide/Integration/ASP.Net

When I run my application it show "The page cannot be found".



Kindly advice me.



Thanks & Regards

Bharani
Sunday, October 30, 2005 12:54:00 PM (Central Standard Time, UTC-06:00)
Still no Safari though...;-(
Gavin
Wednesday, April 05, 2006 11:59:55 AM (Central Standard Time, UTC-06:00)
Hi,

I got the same problem,

"The page cannot be found",

Whats that about?
Sunday, April 30, 2006 1:08:11 PM (Central Standard Time, UTC-06:00)
The FreeTextBox editor is also available and can be integrated into the Community Starter Kit. I like its design and HTML code views which function just like FrontPage's design and code views.

http://freetextbox.com/default.aspx
Sunday, April 30, 2006 1:11:13 PM (Central Standard Time, UTC-06:00)
I've used FTB quite a bit in the past, and it's a great component. A lot of ASP.NET sites use it. However, I've found that fckEditor's support pages/functions (image/file library, property editors, etc.) to be superior to FTB.
Comments are closed.