<?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: Using UpdatePanels Inside A Repeater On A Content Page</title>
	<atom:link href="http://btburnett.com/2008/03/using-updatepanels-inside-a-repeater-on-a-content-page.html/feed" rel="self" type="application/rss+xml" />
	<link>http://btburnett.com/2008/03/using-updatepanels-inside-a-repeater-on-a-content-page.html</link>
	<description></description>
	<lastBuildDate>Mon, 12 Sep 2011 19:57:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Brant Burnett</title>
		<link>http://btburnett.com/2008/03/using-updatepanels-inside-a-repeater-on-a-content-page.html/comment-page-1#comment-7</link>
		<dc:creator>Brant Burnett</dc:creator>
		<pubDate>Wed, 10 Sep 2008 06:53:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.btburnett.com/?p=6#comment-7</guid>
		<description>Janzen,&lt;br/&gt;&lt;br/&gt;Looking at just the aspx file I can&#039;t say for certain what your problem might be.  The first possibility that I&#039;d look at is that the update panels inside the repeater aren&#039;t been rendered by the page on the postback because the triggers you have in place aren&#039;t mapping because they&#039;re inside the repeater.&lt;br/&gt;&lt;br/&gt;I&#039;d try using the ScriptManager.RegisterAsyncPostbackControl on the controls you currently have set as triggers as part of the ItemCreated event on the outer repeater.  Then in the event handler for those controls that fire when they&#039;re triggered on the server, call the Update method on the inner UpdatePanel to cause it to render itself.  Let me know if that helps or not.</description>
		<content:encoded><![CDATA[<p>Janzen,</p>
<p>Looking at just the aspx file I can&#8217;t say for certain what your problem might be.  The first possibility that I&#8217;d look at is that the update panels inside the repeater aren&#8217;t been rendered by the page on the postback because the triggers you have in place aren&#8217;t mapping because they&#8217;re inside the repeater.</p>
<p>I&#8217;d try using the ScriptManager.RegisterAsyncPostbackControl on the controls you currently have set as triggers as part of the ItemCreated event on the outer repeater.  Then in the event handler for those controls that fire when they&#8217;re triggered on the server, call the Update method on the inner UpdatePanel to cause it to render itself.  Let me know if that helps or not.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Janzen</title>
		<link>http://btburnett.com/2008/03/using-updatepanels-inside-a-repeater-on-a-content-page.html/comment-page-1#comment-6</link>
		<dc:creator>Janzen</dc:creator>
		<pubDate>Tue, 09 Sep 2008 01:32:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.btburnett.com/?p=6#comment-6</guid>
		<description>hello there! thanx for your post. i really am having a hard time figuring out what&#039;s wrong in my code can you please help me sir? do you mind? by the way, my problem is that I have an UPDATEPANEL inside a REPEATER and this UPDATEPANEL contains another REPEATER and is TRIGGERED by a TIMER. Basically What I am trying to do is do an update every 5 seconds and checks the database if something has changed but the problem is that it instead returns to its old state. When I refresh the page the newly added item is there but when it updates after 5 seconds it rolls back. The newly added item is now gone. Hope you understood my question. If you want to see the code it&#039;s &lt;a HREF=&quot;http://img99.imageshack.us/my.php?image=codedj7.gif&quot; REL=&quot;nofollow&quot;&gt;here&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>hello there! thanx for your post. i really am having a hard time figuring out what&#8217;s wrong in my code can you please help me sir? do you mind? by the way, my problem is that I have an UPDATEPANEL inside a REPEATER and this UPDATEPANEL contains another REPEATER and is TRIGGERED by a TIMER. Basically What I am trying to do is do an update every 5 seconds and checks the database if something has changed but the problem is that it instead returns to its old state. When I refresh the page the newly added item is there but when it updates after 5 seconds it rolls back. The newly added item is now gone. Hope you understood my question. If you want to see the code it&#8217;s <a HREF="http://img99.imageshack.us/my.php?image=codedj7.gif" REL="nofollow">here</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

