<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Sharepoint Rich Text box in Webparts</title>
	<atom:link href="http://www.dotnetthoughts.net/2007/11/06/sharepoint-rich-text-box-in-webparts/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dotnetthoughts.net/2007/11/06/sharepoint-rich-text-box-in-webparts/</link>
	<description>a dotnet developer&#039;s technical blog</description>
	<lastBuildDate>Thu, 09 Feb 2012 09:26:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Aliuon</title>
		<link>http://www.dotnetthoughts.net/2007/11/06/sharepoint-rich-text-box-in-webparts/#comment-437</link>
		<dc:creator>Aliuon</dc:creator>
		<pubDate>Tue, 02 Nov 2010 07:40:15 +0000</pubDate>
		<guid isPermaLink="false">http://anuraj.wordpress.com/2007/11/06/sharepoint-rich-text-box-in-webparts/#comment-437</guid>
		<description>Thanks in advance.</description>
		<content:encoded><![CDATA[<p>Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anuraj P</title>
		<link>http://www.dotnetthoughts.net/2007/11/06/sharepoint-rich-text-box-in-webparts/#comment-436</link>
		<dc:creator>Anuraj P</dc:creator>
		<pubDate>Tue, 02 Nov 2010 07:28:58 +0000</pubDate>
		<guid isPermaLink="false">http://anuraj.wordpress.com/2007/11/06/sharepoint-rich-text-box-in-webparts/#comment-436</guid>
		<description>Hi Aliuon,

Sorry I haven&#039;t tried that. Let me try it. Once I get a solution, I will let you know. :)</description>
		<content:encoded><![CDATA[<p>Hi Aliuon,</p>
<p>Sorry I haven&#8217;t tried that. Let me try it. Once I get a solution, I will let you know. <img src='http://www.dotnetthoughts.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aliuon</title>
		<link>http://www.dotnetthoughts.net/2007/11/06/sharepoint-rich-text-box-in-webparts/#comment-435</link>
		<dc:creator>Aliuon</dc:creator>
		<pubDate>Tue, 02 Nov 2010 02:33:29 +0000</pubDate>
		<guid isPermaLink="false">http://anuraj.wordpress.com/2007/11/06/sharepoint-rich-text-box-in-webparts/#comment-435</guid>
		<description>Hi Anuraj

We have created a webpart with a rich textbox using the same code as your post. But we found the rich textbox&#039;s some functionalities are not the same as the Sharepoint default CEWT rich textbox. For example, we can&#039;t upload the images using our custom webpart but it is ok in Sharepoint default CEWT. Do you have any idear to set all the custom webpart&#039;s functions to be same as the Sharepoint default&#039;s?

Thanks,</description>
		<content:encoded><![CDATA[<p>Hi Anuraj</p>
<p>We have created a webpart with a rich textbox using the same code as your post. But we found the rich textbox&#8217;s some functionalities are not the same as the Sharepoint default CEWT rich textbox. For example, we can&#8217;t upload the images using our custom webpart but it is ok in Sharepoint default CEWT. Do you have any idear to set all the custom webpart&#8217;s functions to be same as the Sharepoint default&#8217;s?</p>
<p>Thanks,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anuraj</title>
		<link>http://www.dotnetthoughts.net/2007/11/06/sharepoint-rich-text-box-in-webparts/#comment-24</link>
		<dc:creator>anuraj</dc:creator>
		<pubDate>Thu, 05 Jun 2008 10:41:53 +0000</pubDate>
		<guid isPermaLink="false">http://anuraj.wordpress.com/2007/11/06/sharepoint-rich-text-box-in-webparts/#comment-24</guid>
		<description>Hi John

I am unable to see your code. :(
And I was done in WSS 3.0, C# and .Net 2.0 and in Custom WebPart, not in a page. Anyway if you can please give me the code, I will try to look into it.</description>
		<content:encoded><![CDATA[<p>Hi John</p>
<p>I am unable to see your code. <img src='http://www.dotnetthoughts.net/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /><br />
And I was done in WSS 3.0, C# and .Net 2.0 and in Custom WebPart, not in a page. Anyway if you can please give me the code, I will try to look into it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John P</title>
		<link>http://www.dotnetthoughts.net/2007/11/06/sharepoint-rich-text-box-in-webparts/#comment-23</link>
		<dc:creator>John P</dc:creator>
		<pubDate>Wed, 04 Jun 2008 21:22:02 +0000</pubDate>
		<guid isPermaLink="false">http://anuraj.wordpress.com/2007/11/06/sharepoint-rich-text-box-in-webparts/#comment-23</guid>
		<description>Hi,
I&#039;ve been trying to get this Rich Text control working in a custom aspx page. The control renders, but without the rich text editing ribbon on the top. It just looks like a normal multiline textbox. My code for this is below if you&#039;ve got any idea why this is happening I would very much appreciate any help. Thanks in advance

Assembly Reference:



Control Definition:



John P.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I&#8217;ve been trying to get this Rich Text control working in a custom aspx page. The control renders, but without the rich text editing ribbon on the top. It just looks like a normal multiline textbox. My code for this is below if you&#8217;ve got any idea why this is happening I would very much appreciate any help. Thanks in advance</p>
<p>Assembly Reference:</p>
<p>Control Definition:</p>
<p>John P.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

