ASP.NET

This website contains links to software which is either no longer maintained or will be supported only until the end of 2019 (CKFinder 2). For the latest documentation about current CKSource projects, including software like CKEditor 4/CKEditor 5, CKFinder 3, Cloud Services, Letters, Accessibility Checker, please visit the new documentation website.

If you look for an information about very old versions of CKEditor, FCKeditor and CKFinder check also the CKEditor forum, which was closed in 2015. If not, please head to StackOverflow for support.

How to get value from the Frames?


I have pasted this editor in one of my addedit page. i need to take value from this editor and store it in the DB?


How to get value.

if i use document.frames[frameid].getvalue() it shows error?


any way to get value?

Could not load type 'FredCK.FCKeditorV2.FileBrowser.Config'.

 

This error occurs if the DLL file "FredCK.FCKeditorV2.dll" is not in the /bin/ folder of an ASP.Net project. 

The documentation is not exactly vague about this, but perhaps it's a bit too rambly for newbies (like myself -- it took me days to resolve this one issue.)

Could you perhaps tighten up the phrasing of the documentation in this section.  If I could make a suggestion for the documentation --->

 

Unpack the downloaded file. There you will find the original source code of the control and a compiled version of it. The file is called FredCK.FCKeditorV2.dll.  

'''It's necessary to put the file called '''<u>'''FredCK.FCKeditorV2.dll'''</u>''' into the /bin/ folder of your ASP.Net project.'''


You can find it in two catalogs:

bin/Release/1.1/ - the version designed for ASP.NET 1.1
bin/Release/2.0/ - the version designed for ASP.NET 2.0
You most probably will not need to make changes in the source, so just consider the compiled DLL file, and just create a reference to it in your project. You have two options to do that:

1.  Manually copy the FredCK.FCKeditorV2.dll file to the "bin" directory of your web site.
2.  Right-click "References" in your Visual Studio.NET project in the "Solution Explorer". Use "Browse" to select the FredCK.FCKeditorV2.dll file from the directory you have saved it in.