<?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: Make the freetextbox work inside an atlas updatpanel</title>
	<atom:link href="http://flanders.co.nz/2006/07/21/make-the-freetextbox-work-inside-an-atlas-updatpanel/feed/" rel="self" type="application/rss+xml" />
	<link>http://flanders.co.nz/2006/07/21/make-the-freetextbox-work-inside-an-atlas-updatpanel/</link>
	<description>thoughts.each { &#38;:propagandise }</description>
	<lastBuildDate>Sun, 08 Jan 2012 14:53:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Ivan Porto Carrero</title>
		<link>http://flanders.co.nz/2006/07/21/make-the-freetextbox-work-inside-an-atlas-updatpanel/comment-page-1/#comment-67</link>
		<dc:creator>Ivan Porto Carrero</dc:creator>
		<pubDate>Fri, 20 Apr 2007 19:38:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.koolkraft.net/2006/07/21/make-the-freetextbox-work-inside-an-atlas-updatpanel/#comment-67</guid>
		<description>Hi Ali,&lt;br /&gt;&lt;br /&gt;I found this on the freetextbox forums.&lt;br /&gt;http://freetextbox.com/forums/thread/7984.aspx&lt;br /&gt;&lt;br /&gt;Maybe that is a better solution than mine. I stopped using the freetextbox control because I don&#039;t like the code that comes with it.&lt;br /&gt;I found fck editor to be the best solution currently as a rich text control.</description>
		<content:encoded><![CDATA[<p>Hi Ali,</p>
<p>I found this on the freetextbox forums.<br /><a href="http://freetextbox.com/forums/thread/7984.aspx" rel="nofollow">http://freetextbox.com/forums/thread/7984.aspx</a></p>
<p>Maybe that is a better solution than mine. I stopped using the freetextbox control because I don&#8217;t like the code that comes with it.<br />I found fck editor to be the best solution currently as a rich text control.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ali mohammed</title>
		<link>http://flanders.co.nz/2006/07/21/make-the-freetextbox-work-inside-an-atlas-updatpanel/comment-page-1/#comment-66</link>
		<dc:creator>ali mohammed</dc:creator>
		<pubDate>Fri, 20 Apr 2007 18:24:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.koolkraft.net/2006/07/21/make-the-freetextbox-work-inside-an-atlas-updatpanel/#comment-66</guid>
		<description>Hi ivan,&lt;br /&gt;I have a FTB in my page and when i click a button a label&#039;s text is updated with the FTB text, and that label is inside an asp update panel. now what my problem is that, when i click the button, the label&#039;s text is updated but FTB content is not gonna be empty since it is not inside an update panel [ the only tags inside the update panel updates as we know] and i cannot put the FTB inside the update panel since it would not work after an update occurs [we know this]. Now i tried your code but since i have to display the content of the FTB in the same page itself [or inside an iframe] and a post back effect is not prefered in the context, i have to use some kinda ajax support . Any ideas/help would or a solution would be much appreciated.&lt;br /&gt;&lt;br /&gt;thanks.&lt;br /&gt;&lt;br /&gt;Ali</description>
		<content:encoded><![CDATA[<p>Hi ivan,<br />I have a FTB in my page and when i click a button a label&#8217;s text is updated with the FTB text, and that label is inside an asp update panel. now what my problem is that, when i click the button, the label&#8217;s text is updated but FTB content is not gonna be empty since it is not inside an update panel [ the only tags inside the update panel updates as we know] and i cannot put the FTB inside the update panel since it would not work after an update occurs [we know this]. Now i tried your code but since i have to display the content of the FTB in the same page itself [or inside an iframe] and a post back effect is not prefered in the context, i have to use some kinda ajax support . Any ideas/help would or a solution would be much appreciated.</p>
<p>thanks.</p>
<p>Ali</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ivan Porto Carrero</title>
		<link>http://flanders.co.nz/2006/07/21/make-the-freetextbox-work-inside-an-atlas-updatpanel/comment-page-1/#comment-65</link>
		<dc:creator>Ivan Porto Carrero</dc:creator>
		<pubDate>Tue, 10 Oct 2006 06:09:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.koolkraft.net/2006/07/21/make-the-freetextbox-work-inside-an-atlas-updatpanel/#comment-65</guid>
		<description>Hi Sean,&lt;br /&gt;&lt;br /&gt;I&#039;ve had all sorts of problems with the freetextbox control.  In the end I just ditched it and am working with tinyMCE for the moment to do my ajaxy stuff. I also don&#039;t work with atlas anymore.&lt;br /&gt;&lt;br /&gt;I think you should be able to get the values of the textbox by encoding them during transport.&lt;br /&gt;&lt;br /&gt;Do a google for javascript encoding and .net url encoding there are a couple of extra characters you need to encode and that should get rid of the problem with the html tags.&lt;br /&gt;&lt;br /&gt;Cheers &lt;br /&gt;Ivan</description>
		<content:encoded><![CDATA[<p>Hi Sean,</p>
<p>I&#8217;ve had all sorts of problems with the freetextbox control.  In the end I just ditched it and am working with tinyMCE for the moment to do my ajaxy stuff. I also don&#8217;t work with atlas anymore.</p>
<p>I think you should be able to get the values of the textbox by encoding them during transport.</p>
<p>Do a google for javascript encoding and .net url encoding there are a couple of extra characters you need to encode and that should get rid of the problem with the html tags.</p>
<p>Cheers <br />Ivan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean Amos</title>
		<link>http://flanders.co.nz/2006/07/21/make-the-freetextbox-work-inside-an-atlas-updatpanel/comment-page-1/#comment-64</link>
		<dc:creator>Sean Amos</dc:creator>
		<pubDate>Tue, 10 Oct 2006 02:05:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.koolkraft.net/2006/07/21/make-the-freetextbox-work-inside-an-atlas-updatpanel/#comment-64</guid>
		<description>Hi. Ive found that the iframe solution works for small amounts of text and not sure at all about formatting. Im revamping an old site/project and that uses the Freetextbox control. Much of the site now uses ajax, however, im still unable to get the freetextbox control working just right in a updatepanel, even using the iframe workaround.&lt;br /&gt;&lt;br /&gt;Basically I set the hiddenfields value to the article text, it has alot of formatting and quite long. This works fine, but it seems when the textbox has to actually get the value of the hiddenfield it cant. Im assuming it cant put so much text or cant handle all the formatting in the javascript setTextScript = string.Format(&quot;document.getElementById(&#039;{0}&#039;).innerHTML = window.parent.document.getElementById(&#039;{1}&#039;).value;\r\n&quot;, ftb.ClientID, MainPageField);&lt;br /&gt;&lt;br /&gt;or &lt;br /&gt;&lt;br /&gt;Page.ClientScript.RegisterStartupScript(this.GetType(), &quot;setText&quot;, setTextScript, true);&lt;br /&gt;&lt;br /&gt;I however can pass small amount of text through without any HTML tags for formatting.&lt;br /&gt;&lt;br /&gt;Any ideas would or a solution would be much appreciated, thanks.</description>
		<content:encoded><![CDATA[<p>Hi. Ive found that the iframe solution works for small amounts of text and not sure at all about formatting. Im revamping an old site/project and that uses the Freetextbox control. Much of the site now uses ajax, however, im still unable to get the freetextbox control working just right in a updatepanel, even using the iframe workaround.</p>
<p>Basically I set the hiddenfields value to the article text, it has alot of formatting and quite long. This works fine, but it seems when the textbox has to actually get the value of the hiddenfield it cant. Im assuming it cant put so much text or cant handle all the formatting in the javascript setTextScript = string.Format(&quot;document.getElementById(&#8216;{0}&#8217;).innerHTML = window.parent.document.getElementById(&#8216;{1}&#8217;).value;\r\n&quot;, ftb.ClientID, MainPageField);</p>
<p>or </p>
<p>Page.ClientScript.RegisterStartupScript(this.GetType(), &quot;setText&quot;, setTextScript, true);</p>
<p>I however can pass small amount of text through without any HTML tags for formatting.</p>
<p>Any ideas would or a solution would be much appreciated, thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

