<?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 Discussion and Suggestions</title><link>http://forums.asp.net/1007.aspx</link><description>This forum is the place for ASP.NET AJAX 'getting started' questions, general questions that don't fit in one of the other forums about AJAX </description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: ScriptManager.RegisterPostBackControl problem</title><link>http://forums.asp.net/thread/3276738.aspx</link><pubDate>Mon, 06 Jul 2009 12:31:59 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3276738</guid><dc:creator>atconway</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3276738.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1007&amp;PostID=3276738</wfw:commentRss><description>&lt;p&gt;It doesn;t have anything to do with regular ASP.NET controls that have Postback=&amp;quot;true&amp;quot; set.&amp;nbsp; The asyncronous issue is in regrds to using the &amp;#39;ScriptManager.RegisterPostBackControl&amp;#39; method from AJAX.&amp;nbsp; You do not register&amp;nbsp;your ASP.NET controls with this method.&lt;/p&gt;
&lt;p&gt;I was wondering if it may be an issue with your custom controls are trying to post back at the exact same time which one will cancel out the other.&amp;nbsp; The article explains which postback takes presedence.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: ScriptManager.RegisterPostBackControl problem</title><link>http://forums.asp.net/thread/3274095.aspx</link><pubDate>Fri, 03 Jul 2009 23:54:37 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3274095</guid><dc:creator>rbadis</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3274095.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1007&amp;PostID=3274095</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;if that&amp;#39;s the case, why it didn&amp;#39;t happen with other controls in my form such as button or other textboxes the I had set them to postback!!? why only happen with&amp;nbsp;my custom control?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: ScriptManager.RegisterPostBackControl problem</title><link>http://forums.asp.net/thread/3273599.aspx</link><pubDate>Fri, 03 Jul 2009 13:34:29 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3273599</guid><dc:creator>atconway</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3273599.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1007&amp;PostID=3273599</wfw:commentRss><description>&lt;p&gt;This may not have to do with the fact that the second control did not get registered, but rather it may be an issue with using both of those controls and having an issue with multiple asynchronous postbacks which will not work without some intervention in JS.&amp;nbsp; Take a look at the following article:&amp;nbsp;&lt;a href="http://disturbedbuddha.wordpress.com/2007/12/12/handling-multiple-asynchronous-postbacks/"&gt;http://disturbedbuddha.wordpress.com/2007/12/12/handling-multiple-asynchronous-postbacks/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Hope this helps!&lt;/p&gt;</description></item><item><title>ScriptManager.RegisterPostBackControl problem</title><link>http://forums.asp.net/thread/3273381.aspx</link><pubDate>Fri, 03 Jul 2009 11:21:44 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3273381</guid><dc:creator>rbadis</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3273381.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1007&amp;PostID=3273381</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Hi,&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve created a web user control that have a FileUpload&amp;nbsp;and a Button, and did&amp;nbsp;put this control inside an UpdatePanel&amp;nbsp;then register it like :&amp;nbsp;&lt;/p&gt;
&lt;p&gt;ScriptManager.RegisterPostBackControl(Document1)&lt;/p&gt;
&lt;p&gt;and it worked OK. But the problem is that if I put another instance of my control and register them like:&lt;/p&gt;
&lt;p&gt;ScriptManager.RegisterPostBackControl(Document1)&lt;/p&gt;
&lt;p&gt;ScriptManager.RegisterPostBackControl(Document2)&lt;/p&gt;
&lt;p&gt;The second instance (Document2) works fine but Not the first one (Document1) and for that I&amp;#39;m assuming that only the second Document did get registered.&lt;/p&gt;
&lt;p&gt;So, how can register more then one control?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks&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;</description></item></channel></rss>