<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://docs-old.ckeditor.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Pedantix</id>
		<title>CKSource Docs - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://docs-old.ckeditor.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Pedantix"/>
		<link rel="alternate" type="text/html" href="https://docs-old.ckeditor.com/Special:Contributions/Pedantix"/>
		<updated>2026-05-03T02:33:28Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.29.1</generator>

	<entry>
		<id>https://docs-old.ckeditor.com/index.php?title=Talk:FCKeditor_2.x/Developers_Guide/Integration/ASP.NET&amp;diff=2294</id>
		<title>Talk:FCKeditor 2.x/Developers Guide/Integration/ASP.NET</title>
		<link rel="alternate" type="text/html" href="https://docs-old.ckeditor.com/index.php?title=Talk:FCKeditor_2.x/Developers_Guide/Integration/ASP.NET&amp;diff=2294"/>
				<updated>2008-07-24T07:43:06Z</updated>
		
		<summary type="html">&lt;p&gt;Pedantix: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;How to get value from the Frames?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
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?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
How to get value.&lt;br /&gt;
&lt;br /&gt;
if i use document.frames[frameid].getvalue() it shows error?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
any way to get value?&lt;br /&gt;
&lt;br /&gt;
== Could not load type 'FredCK.FCKeditorV2.FileBrowser.Config'.  ==&lt;br /&gt;
&lt;br /&gt;
&amp;amp;nbsp; &lt;br /&gt;
&lt;br /&gt;
This error occurs if the DLL file &amp;quot;FredCK.FCKeditorV2.dll&amp;quot; is not in the /bin/ folder of an ASP.Net project.&amp;amp;nbsp; &lt;br /&gt;
&lt;br /&gt;
The documentation is not exactly vague about this, but perhaps it's a bit too rambly for newbies (like myself&amp;amp;nbsp;--&amp;amp;nbsp;it took me days to resolve this one issue.) &lt;br /&gt;
&lt;br /&gt;
Could you perhaps tighten up the phrasing of the documentation in this section.&amp;amp;nbsp; If I could make a suggestion for the documentation&amp;amp;nbsp;---&amp;amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;amp;nbsp; &lt;br /&gt;
&lt;br /&gt;
'''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.&amp;amp;nbsp;&amp;amp;nbsp;'''''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''You can find it in two catalogs:''' &lt;br /&gt;
&lt;br /&gt;
'''bin/Release/1.1/ - the version designed for ASP.NET 1.1 &amp;lt;br&amp;gt;bin/Release/2.0/ - the version designed for ASP.NET 2.0 &amp;lt;br&amp;gt;'''&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;strike&amp;gt;'''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.'''&amp;lt;/strike&amp;gt;&lt;br /&gt;
*'''''It's necessary to create a reference in your project to the file called &amp;lt;u&amp;gt;FredCK.FCKeditorV2.dll&amp;lt;/u&amp;gt;'''You have two options to do that:'''&lt;br /&gt;
&lt;br /&gt;
'''''1.&amp;amp;nbsp;'''''&amp;lt;b&amp;gt;Manually copy the FredCK.FCKeditorV2.dll file to the &amp;quot;bin&amp;quot; directory of your web site.&amp;amp;nbsp;&amp;amp;nbsp; ''Then build your website.''&amp;lt;br&amp;gt;''2.&amp;amp;nbsp; ''Right-click &amp;quot;References&amp;quot; in your Visual Studio.NET project in the &amp;quot;Solution Explorer&amp;quot;. Use &amp;quot;Browse&amp;quot; to select the FredCK.FCKeditorV2.dll file from the directory you have saved it in. &amp;lt;br&amp;gt;&amp;lt;/b&amp;gt;&lt;/div&gt;</summary>
		<author><name>Pedantix</name></author>	</entry>

	<entry>
		<id>https://docs-old.ckeditor.com/index.php?title=Talk:FCKeditor_2.x/Developers_Guide/Integration/ASP.NET&amp;diff=2293</id>
		<title>Talk:FCKeditor 2.x/Developers Guide/Integration/ASP.NET</title>
		<link rel="alternate" type="text/html" href="https://docs-old.ckeditor.com/index.php?title=Talk:FCKeditor_2.x/Developers_Guide/Integration/ASP.NET&amp;diff=2293"/>
				<updated>2008-07-24T07:39:33Z</updated>
		
		<summary type="html">&lt;p&gt;Pedantix: /* Could not load type 'FredCK.FCKeditorV2.FileBrowser.Config'. */ new section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;How to get value from the Frames?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
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?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
How to get value.&lt;br /&gt;
&lt;br /&gt;
if i use document.frames[frameid].getvalue() it shows error?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
any way to get value?&lt;br /&gt;
&lt;br /&gt;
== Could not load type 'FredCK.FCKeditorV2.FileBrowser.Config'. ==&lt;br /&gt;
&lt;br /&gt;
&amp;amp;nbsp; &lt;br /&gt;
&lt;br /&gt;
This error occurs if the DLL file &amp;quot;FredCK.FCKeditorV2.dll&amp;quot; is not in the /bin/ folder of an ASP.Net project.&amp;amp;nbsp; &lt;br /&gt;
&lt;br /&gt;
The documentation is not exactly vague about this, but perhaps it's a bit too rambly for newbies (like myself&amp;amp;nbsp;--&amp;amp;nbsp;it took me days to resolve this one issue.) &lt;br /&gt;
&lt;br /&gt;
Could you perhaps tighten up the phrasing of the documentation in this section.&amp;amp;nbsp; If I could make a suggestion for the documentation&amp;amp;nbsp;---&amp;amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;amp;nbsp; &lt;br /&gt;
&lt;br /&gt;
'''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.&amp;amp;nbsp;&amp;amp;nbsp;''' &lt;br /&gt;
&amp;lt;pre&amp;gt;'''It's necessary to put the file called '''&amp;amp;lt;u&amp;amp;gt;'''FredCK.FCKeditorV2.dll'''&amp;amp;lt;/u&amp;amp;gt;''' into the /bin/ folder of your ASP.Net project.'''&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''You can find it in two catalogs:''' &lt;br /&gt;
&lt;br /&gt;
'''bin/Release/1.1/ - the version designed for ASP.NET 1.1 &amp;lt;br&amp;gt;bin/Release/2.0/ - the version designed for ASP.NET 2.0 &amp;lt;br&amp;gt;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:''' &lt;br /&gt;
&lt;br /&gt;
'''1.&amp;amp;nbsp; Manually copy the FredCK.FCKeditorV2.dll file to the &amp;quot;bin&amp;quot; directory of your web site. &amp;lt;br&amp;gt;2.&amp;amp;nbsp; Right-click &amp;quot;References&amp;quot; in your Visual Studio.NET project in the &amp;quot;Solution Explorer&amp;quot;. Use &amp;quot;Browse&amp;quot; to select the FredCK.FCKeditorV2.dll file from the directory you have saved it in. &amp;lt;br&amp;gt;'''&lt;/div&gt;</summary>
		<author><name>Pedantix</name></author>	</entry>

	</feed>