<?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>ASP.NET AJAX UI</title><link>http://forums.asp.net/1008.aspx</link><description>Here you can discuss UI-related issues with AJAX such as controls and client-side functionality including Silverlight controls for ASP.NET</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: Which UpdatePanel issued an Async Postback Call?</title><link>http://forums.asp.net/thread/1881466.aspx</link><pubDate>Wed, 29 Aug 2007 04:09:44 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1881466</guid><dc:creator>WebPrgmer</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1881466.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1008&amp;PostID=1881466</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Thanks all. I wrote a custom control deriving from UpdatePanel and using the IsInPartialRendering property in RenderChildren. I can detect which exact UpdatePanel is requesting updation like this. However when I add a usercontrol to the page at this stage, I get &amp;quot;Extender controls cannot be added after PreRender&amp;quot; exception. This happens if the user control I am loading has an ajax extender control in it.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I then used the OnLoad method of a regular UpdatePanel control..&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks again,&lt;/p&gt;&lt;p&gt;WebPrgmer.&lt;br /&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Which UpdatePanel issued an Async Postback Call?</title><link>http://forums.asp.net/thread/1877594.aspx</link><pubDate>Mon, 27 Aug 2007 02:54:08 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1877594</guid><dc:creator>gt1329a</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1877594.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1008&amp;PostID=1877594</wfw:commentRss><description>&lt;p&gt;An easier way might be to appropriately handle the Load event of each UpdatePanel, instead of putting it all in Page_Load.&lt;/p&gt;</description></item><item><title>Re: Which UpdatePanel issued an Async Postback Call?</title><link>http://forums.asp.net/thread/1877527.aspx</link><pubDate>Mon, 27 Aug 2007 01:29:47 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1877527</guid><dc:creator>jocc</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1877527.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1008&amp;PostID=1877527</wfw:commentRss><description>&lt;p&gt;You can check each UpdatePanel to see IsInPartialRendering property is true or not.&lt;/p&gt;
&lt;p&gt;Please refer to &lt;a href="http://msdn2.microsoft.com/en-us/library/system.web.ui.updatepanel.isinpartialrendering(VS.90).aspx"&gt;http://msdn2.microsoft.com/en-us/library/system.web.ui.updatepanel.isinpartialrendering(VS.90).aspx&lt;/a&gt;&amp;nbsp;for detials.&lt;/p&gt;</description></item><item><title>Which UpdatePanel issued an Async Postback Call?</title><link>http://forums.asp.net/thread/1877468.aspx</link><pubDate>Sun, 26 Aug 2007 22:59:26 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1877468</guid><dc:creator>WebPrgmer</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1877468.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1008&amp;PostID=1877468</wfw:commentRss><description>&lt;p&gt;Hi All,&lt;/p&gt;&lt;p&gt;&amp;nbsp;I have an aspx page where I have 5 UpdatePanels in which I am loading 5 different user controls dynamically. Each UpdatePanel has a different trigger and UpdateMode set to Conditional. When a user clicks on a Button inside of the 1st UpdatePanel, I know I will need to load the contents again in Page_Load. However, how do I know which UpdatePanel the request came from? If the Button clicked was inside UpdatePanel3, I want to LoadControl again inside UpdatePanel3 only and not inside all other UpdatePanels on the page.&lt;/p&gt;&lt;p&gt;&amp;nbsp;Is there any way to find out which particular UpdatePanel is updating?&lt;/p&gt;&lt;p&gt;&amp;nbsp;TIA,&lt;/p&gt;&lt;p&gt;WebPrgmer. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&lt;/p&gt;</description></item></channel></rss>