<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Search results matching tag 'FCKEditor'</title><link>http://forums.asp.net/search/SearchResults.aspx?q=&amp;tag=FCKEditor&amp;orTags=0&amp;o=DateDescending</link><description>Search results matching tag 'FCKEditor'</description><dc:language>en-US</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>question about fckeditor</title><link>http://forums.asp.net/thread/3477452.aspx</link><pubDate>Mon, 26 Oct 2009 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3477452</guid><dc:creator>ajw</dc:creator><description>&lt;p&gt;Hi, &lt;/p&gt;&lt;p&gt;I&amp;#39;ve got a fckeditor on my page but I want to show the full toolbar. How do I do that?&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;&lt;p&gt;Andy&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Help with FCKeditor</title><link>http://forums.asp.net/thread/3457753.aspx</link><pubDate>Wed, 14 Oct 2009 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3457753</guid><dc:creator>efeek</dc:creator><description>&lt;p&gt;Hi Zibrohimov,&lt;/p&gt;
&lt;p&gt;It looks like you have everything right except one part.&amp;nbsp; If you have the fckeditor folder in the root of your application, try changing your basepath to;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;font color="#ff0000" size="2"&gt;&lt;font color="#ff0000" size="2"&gt;
&lt;p&gt;BasePath&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;~/FCKeditor/&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;This should stop the 404 error message you are getting&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;</description></item><item><title>Databinding content from dropdownlist to fckeditor?</title><link>http://forums.asp.net/thread/3458443.aspx</link><pubDate>Wed, 14 Oct 2009 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3458443</guid><dc:creator>Ritushido</dc:creator><description>&lt;p&gt;Hi guys,&lt;/p&gt;&lt;p&gt;I am build the most extremely simplistic cms for my father&amp;#39;s website so he can just login and update his prices or change some text. I basically have a dropdownlist control that displays the pages in the database. In the Pages table I have PageID, Title and Body now the drop down list shows the titles of the pages, however, I have been looking for tutorials and generally messing around and can&amp;#39;t seem to find the solution so that when I select a page from the drop down control the body (which is the content) in the database to that page will display in the fckeditor so that it can be edited. I am very new to asp.net so any help would be great, and as a bonus if any of you gurus can help me, is there a tutorial so I can find out how to save the edited data in the fckeditor back to the database? I tried to use the bind(&amp;quot;body&amp;quot;) in the value but it just tells me the server tag is not well formed. Here is what I have managed so far, please help! I am planning to code in C# too.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;pre name="code" class="xhtml"&gt;&amp;lt;body&amp;gt;
    &amp;lt;form id=&amp;quot;form1&amp;quot; runat=&amp;quot;server&amp;quot;&amp;gt;
    &amp;lt;div&amp;gt;
        &amp;lt;p&amp;gt;
            Select a page to edit:
        &amp;lt;/p&amp;gt;
        &amp;lt;asp:DropDownList ID=&amp;quot;DropDownList1&amp;quot; runat=&amp;quot;server&amp;quot; AutoPostBack=&amp;quot;true&amp;quot;
            DataSourceID=&amp;quot;SqlDataSource1&amp;quot; DataTextField=&amp;quot;Title&amp;quot; DataValueField=&amp;quot;Title&amp;quot;&amp;gt;
        &amp;lt;asp:ListItem&amp;gt;&amp;lt;/asp:ListItem&amp;gt;
        &amp;lt;/asp:DropDownList&amp;gt;
        &amp;lt;asp:SqlDataSource ID=&amp;quot;SqlDataSource1&amp;quot; runat=&amp;quot;server&amp;quot; 
            ConnectionString=&amp;quot;&amp;lt;%$ ConnectionStrings:jkDBConnectionString %&amp;gt;&amp;quot; 
            SelectCommand=&amp;quot;SELECT [Title], [Body], [PageID] FROM [Pages]&amp;quot;&amp;gt;&amp;lt;/asp:SqlDataSource&amp;gt;
        &amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;
        &amp;lt;FCKeditorV2:FCKeditor ID=&amp;quot;FCKeditor1&amp;quot; 
        Height=&amp;quot;500px&amp;quot; 
        runat=&amp;quot;server&amp;quot;
        Value=&amp;quot;&amp;lt;%# Bind(&amp;quot;Body&amp;quot;) %&amp;gt;&amp;quot;
        BasePath=&amp;quot;/fckeditor/&amp;quot;
        &amp;gt;
        
        &amp;lt;/FCKeditorV2:FCKeditor&amp;gt;
        &amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;
        &amp;lt;asp:Button ID=&amp;quot;btn_save&amp;quot; runat=&amp;quot;server&amp;quot; Text=&amp;quot;Save Changes&amp;quot; /&amp;gt;
    &amp;lt;/div&amp;gt;
    &amp;lt;/form&amp;gt;
&amp;lt;/body&amp;gt;&lt;/pre&gt;&lt;br /&gt; &lt;br /&gt;&lt;/p&gt;</description></item><item><title>fck editor not working on live server</title><link>http://forums.asp.net/thread/3358101.aspx</link><pubDate>Thu, 20 Aug 2009 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3358101</guid><dc:creator>vdtrip</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;I am using fckeditor in an asp.net with c# project.fckeditor isdoing work well for all like add link,text formatting etc but not uploading images on the page.When i upload the image i am getting error&lt;/p&gt;&lt;p&gt;&amp;quot;The server didn&amp;#39;t send back a proper XML response. Please contact your system administrator.&amp;quot;&lt;/p&gt;&lt;p&gt;Can anybody help me.&lt;/p&gt;&lt;p&gt;Thanks,&lt;/p&gt;&lt;p&gt;VD&lt;br /&gt;&lt;/p&gt;</description></item><item><title>fckeditor in asp.net c# give error -  XML request error: Internal Server Error (500)</title><link>http://forums.asp.net/thread/3359183.aspx</link><pubDate>Thu, 20 Aug 2009 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3359183</guid><dc:creator>vdtrip</dc:creator><description>&lt;p&gt;Hi ,&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I am using fck editor in asp.net and c# .It works well on my localhost but it gives error on live server when i upload an image through fck,The error is&lt;br /&gt;&lt;/p&gt;&lt;p&gt;The server didn&amp;#39;t send back a proper XML response. Please contact your system administrator.&lt;br /&gt;&lt;br /&gt;XML request error: Internal Server Error (500).&lt;/p&gt;&lt;p&gt;Please help me some body.How&amp;nbsp; i can solve this issue.&lt;/p&gt;&lt;p&gt;Thanks,&lt;/p&gt;&lt;p&gt;VD&lt;br /&gt;&lt;/p&gt;</description></item><item><title>FCKEditor send and receive content from DB</title><link>http://forums.asp.net/thread/3275618.aspx</link><pubDate>Sun, 05 Jul 2009 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3275618</guid><dc:creator>Ritushido</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;I am very new to asp.net. I have bought a host and uploaded the website for my father&amp;#39;s business and I have set up the database with my host and I have FCKEditor safely stored in a secure login page.&lt;/p&gt;&lt;p&gt;Basically I want the user who logs in to be able to select one of the web pages to edit from a drop down list and the content will go into FCKEditor then when they click save it will put the content into the DB I set up and the webpage will retrieve that information.&lt;/p&gt;&lt;p&gt;I am extremely new so I don&amp;#39;t really understand much asp.net jargon either.&lt;/p&gt;&lt;p&gt;I have been searching for a few hours to find a tutorial to help me with this but I can&amp;#39;t seem to find one so if anyone could point me in the right direction that would be great!&lt;/p&gt;&lt;p&gt;I created a new table in the DB called MHM_Pages and within that a column name called homeContent which the datatype of ntext so I thought this was the way to go to store and receive the content on the homepage in this column?&lt;br /&gt;&lt;/p&gt;&lt;p&gt;I also have the DB connectionstring in the web.config I don&amp;#39;t know if it will help?&lt;/p&gt;&lt;p&gt;As I said I am very new to this and if anyone could help me it would be greatly appreciated.&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Best FREE Rich Text Editor?</title><link>http://forums.asp.net/thread/3221828.aspx</link><pubDate>Wed, 10 Jun 2009 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3221828</guid><dc:creator>sangam100</dc:creator><description>&lt;p&gt;[quote user=&amp;quot;Mikesdotnetting&amp;quot;] 
&lt;p&gt;[quote user=&amp;quot;Endurance Man&amp;quot;]&lt;/p&gt;
&lt;p&gt;I decided to give FreeRichTextEditor a go. &lt;/p&gt;
&lt;p&gt;I am having a problem with it though and there is no support at all&lt;/p&gt;
&lt;p&gt;[/quote]&amp;nbsp;&lt;/p&gt;
&lt;p&gt;That&amp;#39;s as good a reason as any for NOT using it. &lt;/p&gt;
&lt;p&gt;[/quote]&lt;/p&gt;
&lt;p&gt;Regarding support and documentations, &lt;a class="" title="FCKEditor free text editor" href="http://fckeditor.net/" target="_blank"&gt;fckeditor&lt;/a&gt; is very easy to get with. There is a very supportive forum with lots of common issues already raised and solved. This means before asking you will be able to sort out lots of common deployment issues. If you are going to use &lt;a class="" title="FCKEditor free text editor" href="http://fckeditor.net/" target="_blank"&gt;fckeditor&lt;/a&gt;&amp;nbsp;please follow the installation guides first so that you will not have to spend lots of hours for common but typical issues.&lt;/p&gt;
&lt;p&gt;And it is absolutely free!&lt;/p&gt;
&lt;p&gt;Thank you. Happy Programming!&lt;/p&gt;</description></item><item><title>BIND FCKEDITOR on more than one textarea with same name</title><link>http://forums.asp.net/thread/3168878.aspx</link><pubDate>Mon, 18 May 2009 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3168878</guid><dc:creator>miwasi2002</dc:creator><description>&lt;font color="#0000ff" size="2"&gt;
&lt;p&gt;I want to convert both the textarea with FCKEDITOR functionlaity but only first one&amp;nbsp;is converting to FCKEDITOR and the second one remains the simple textarea &amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;PLZ NOTE: textArea name should have same name because i m creating text area with some loop &lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&amp;lt;&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;html&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;xmlns&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;http://www.w3.org/1999/xhtml&amp;quot;&amp;gt;&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt; 
&lt;p&gt;&amp;lt;&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;head&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&amp;gt;&lt;/p&gt;&lt;/font&gt;&lt;font size="2"&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&amp;lt;&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;script&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;type&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;text/javascript&amp;quot;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;src&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;fckeditor/fckeditor.js&amp;quot;&amp;gt;&amp;lt;/&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;script&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&amp;gt;&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt; 
&lt;p&gt;&amp;lt;&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;script&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;language&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;javascript&amp;quot;&amp;gt;&lt;/p&gt;
&lt;p&gt;&lt;/font&gt;&lt;font size="2"&gt;&amp;nbsp;&lt;/p&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;
&lt;p&gt;function&lt;/font&gt;&lt;font size="2"&gt; doInit() {&lt;/p&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;var&lt;/font&gt;&lt;font size="2"&gt; oFCKeditor = &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;new&lt;/font&gt;&lt;font size="2"&gt; FCKeditor(&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&amp;#39;tbParamA&amp;#39;&lt;/font&gt;&lt;font size="2"&gt;,&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&amp;#39;450&amp;#39;&lt;/font&gt;&lt;font size="2"&gt;,&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&amp;#39;350&amp;#39;&lt;/font&gt;&lt;font size="2"&gt;,&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&amp;#39;Basic&amp;#39;&lt;/font&gt;&lt;font size="2"&gt;) ;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; 
&lt;p&gt;oFCKeditor.BasePath = &lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&amp;quot;fckeditor/&amp;quot;&lt;/font&gt;&lt;font size="2"&gt; ;&lt;/p&gt;
&lt;p&gt;oFCKeditor.ReplaceTextarea() ;&lt;/p&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;
&lt;p&gt;var&lt;/font&gt;&lt;font size="2"&gt; ParmA = &lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&amp;quot;Aparm&amp;quot;&lt;/font&gt;&lt;font size="2"&gt;;&lt;/p&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;var&lt;/font&gt;&lt;font size="2"&gt; MyArgs = &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;new&lt;/font&gt;&lt;font size="2"&gt; Array(ParmA);&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; 
&lt;p&gt;MyArgs = window.dialogArguments;&lt;/p&gt;&lt;/font&gt;&lt;font color="#008000" size="2"&gt;
&lt;p&gt;//alert(ParmA);&lt;/p&gt;&lt;/font&gt;&lt;font size="2"&gt;
&lt;p&gt;tbParamA.value = MyArgs[0].toString();&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;}&lt;/p&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&amp;lt;/&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;script&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&amp;gt;&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt; 
&lt;p&gt;&amp;lt;/&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;head&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&amp;gt;&lt;/p&gt;&amp;lt;&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;body&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;onblur&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;this.focus&amp;quot;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;onload&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;doInit()&amp;quot;&amp;gt;&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt; 
&lt;p&gt;&amp;lt;&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;table&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;width&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;=100%&amp;gt;&lt;/p&gt;&amp;lt;&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;tr&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&amp;gt;&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt; 
&lt;p&gt;&amp;lt;&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;td&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;align&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;center&amp;quot;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;width&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;=100%&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&amp;gt;&lt;/p&gt;&amp;lt;&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;textarea&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;name&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;tbParamA&amp;quot;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&amp;gt;&amp;lt;/&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;textarea&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&amp;gt;&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&amp;lt;/&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;td&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&amp;gt;&amp;lt;/&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;tr&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&amp;gt;&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt; 
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;lt;&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;tr&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&amp;gt;&lt;/p&gt;&amp;lt;&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;td&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;align&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;center&amp;quot;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;width&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;=100%&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&amp;gt;&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt; 
&lt;p&gt;&amp;lt;&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;textarea&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#ff0000" size="2"&gt;name&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;=&amp;quot;tbParamA&amp;quot;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&amp;gt;&amp;lt;/&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;textarea&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&amp;gt;&lt;/p&gt;&amp;lt;/&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;td&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&amp;gt;&amp;lt;/&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;tr&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&amp;gt;&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt; 
&lt;p&gt;&lt;/font&gt;
&lt;p&gt;&lt;font color="#0000ff" size="2"&gt;&lt;/p&gt;&amp;lt;/&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;table&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&amp;gt; 
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&amp;lt;/&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;body&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&amp;gt;&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt; 
&lt;p&gt;&amp;lt;/&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;html&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&amp;gt;&lt;/p&gt;&lt;/font&gt;</description></item><item><title>FCKEditor Customization</title><link>http://forums.asp.net/thread/3090642.aspx</link><pubDate>Wed, 15 Apr 2009 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3090642</guid><dc:creator>Mahwish</dc:creator><description>&lt;p&gt;Hello!&lt;/p&gt;
&lt;p&gt;i m using FCKEditor with my ASP .Net application. i want to customize its file browsing and file uploading mechanism. i want tht when image is uploaded its thumbnail should also be saved to some location and then later i want to show it in image browser. i hv done coding of showing it in image browser but i hv no idea where to add code for uploading image thumbnail alongwith image itself.&lt;/p&gt;
&lt;p&gt;so if there is some solution then plz let me knw.&lt;/p&gt;</description></item><item><title>Re: Fck Editor Image uploading problem</title><link>http://forums.asp.net/thread/3045424.aspx</link><pubDate>Sat, 28 Mar 2009 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3045424</guid><dc:creator>KushKashyap</dc:creator><description>&lt;p&gt;&amp;nbsp;Hi jack_tom, i am sure by now you would have resolved your problem. But i just came across a solution to this problem so i am sharing it with you..&lt;/p&gt;&lt;p&gt;just modify the connector.aspx file as&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;pre class="coloredcode"&gt;&lt;span class="cmt"&gt;// URL path to user files.&lt;/span&gt;
		UserFilesPath = &lt;span class="st"&gt;&amp;quot;~/Resources/ArticleData/&amp;quot;&lt;/span&gt;;

		&lt;span class="cmt"&gt;// The connector tries to resolve the above UserFilesPath automatically.
		// Use the following setting it you prefer to explicitely specify the
		// absolute path. Examples: &amp;#39;C:\\MySite\\userfiles\\&amp;#39; or &amp;#39;/root/mysite/userfiles/&amp;#39;.
		// Attention: The above &amp;#39;UserFilesPath&amp;#39; URL must point to the same directory.&lt;/span&gt;

        &lt;span class="kwd"&gt;string&lt;/span&gt; ap = HttpContext.Current.Server.MapPath(&lt;span class="st"&gt;&amp;quot;~/Resources/ArticleData/&amp;quot;&lt;/span&gt;);
		UserFilesAbsolutePath = ap;&lt;/pre&gt;&amp;nbsp; This will resolve your problem.&lt;br /&gt;</description></item></channel></rss>