Question : How to integrate FCKEditor with asp.net/C#


I have download the FCKEditor zip file from the url:
http://prdownloads.sourceforge.net/fckeditor/FCKeditor_2.1.1.zip?download

Also I have also download the zip file for dotnet integration from the url:
http://sourceforge.net/project/showfiles.php?group_id=75348&package_id=137125

I am using ASP.NET 1.1. I want to know, what I have to do to integrate this fckeditor in my project, where to unzip these two zip files in my project directory. Please help me with the code that I have to do along with any changes that I have to make with the downloaded files.

I have tried the samples attached with the downloaded files. But somehow it is not working.

Thanks,
funtus

Answer : How to integrate FCKEditor with asp.net/C#

I will recommend using FreeTextBox from www.freetextbox.com.  This is much better than FCKEditor and is purely designed for ASP.NET.  Follow these steps to install FreeTextBox.

Install the FreeTextBox
Add reference to the FckEditor DLL to your project.
Copy the C:\Inetpub\wwwroot\aspnet_client\FreeTextBox directory to your web application directory aspnet_client folder.  I will recommend you copy the whole C:\Inetpub\wwwroot\aspnet_client\ to your web application main directory.
In VS.NET control list, right click and Add/Remove Items
Select the .NET Controls tabs.
Check to see if FreeTextBox is listed in the control list.  If not add the control from c:\program files\FreeTextBox directory.  Close the Add/Remove Items window.
Drag and drop FreeTextBox to your ASP.NET page.
Compile application.
Open web browser and test the page.

HTH, Nauman.
Random Solutions  
 
programming4us programming4us