<?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: ASP.NET Ajax doesn't work after 7/10/2007 windows updates</title><link>http://forums.asp.net/thread/1848417.aspx</link><pubDate>Wed, 08 Aug 2007 21:48:57 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1848417</guid><dc:creator>buckeyes</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1848417.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1007&amp;PostID=1848417</wfw:commentRss><description>&lt;p&gt;Sorry that I haven&amp;#39;t gotten back to you on this.&amp;nbsp; We had a member of the IIS team looking into this as well and so we were waiting for their reply.&amp;nbsp; Anyway they were able to point us in the right direction.&amp;nbsp; The problem was caused by some of our JavaScript after the install of KB928365.&amp;nbsp; We were referring to controls like:&lt;/p&gt;
&lt;p&gt;document.getElementById(&amp;#39;ct100_MyTextBox&amp;#39;)&lt;/p&gt;
&lt;p&gt;We changed that to &lt;/p&gt;&lt;font size="2"&gt;
&lt;p&gt;document.getElementById(&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&amp;#39;&amp;lt;%=MyTextBox.ClientID%&amp;gt;&amp;#39;&lt;/font&gt;&lt;font size="2"&gt;)&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;That has fixed our problems.&amp;nbsp; &lt;/p&gt;</description></item><item><title>Re: ASP.NET Ajax doesn't work after 7/10/2007 windows updates</title><link>http://forums.asp.net/thread/1806919.aspx</link><pubDate>Tue, 17 Jul 2007 03:37:38 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1806919</guid><dc:creator>Jonathan Shen – MSFT</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1806919.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1007&amp;PostID=1806919</wfw:commentRss><description>&lt;p&gt;Hi buckeyes,&amp;nbsp; 
&lt;p&gt;&lt;BLOCKQUOTE&gt;&lt;div&gt;&lt;img src="/Themes/fan/images/icon-quote.gif"&gt; &lt;strong&gt;buckeyes:&lt;/strong&gt;&lt;/div&gt;&lt;div&gt; 
&lt;p&gt;We haven&amp;#39;t found a solution yet other than rolling back the updates.&amp;nbsp; &lt;/p&gt;
&lt;p&gt;&lt;/div&gt;&lt;/BLOCKQUOTE&gt;&lt;/p&gt;
&lt;p&gt;Would you please tell us which update causes the issue and your system environments?&amp;nbsp;&amp;nbsp; We will check it and thanks for your feedback.&lt;/p&gt;</description></item><item><title>Re: ASP.NET Ajax doesn't work after 7/10/2007 windows updates</title><link>http://forums.asp.net/thread/1805707.aspx</link><pubDate>Mon, 16 Jul 2007 14:26:31 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1805707</guid><dc:creator>buckeyes</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1805707.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1007&amp;PostID=1805707</wfw:commentRss><description>&lt;p&gt;We haven&amp;#39;t found a solution yet other than rolling back the updates.&amp;nbsp; &lt;/p&gt;</description></item><item><title>Re: ASP.NET Ajax doesn't work after 7/10/2007 windows updates</title><link>http://forums.asp.net/thread/1805443.aspx</link><pubDate>Mon, 16 Jul 2007 12:16:06 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1805443</guid><dc:creator>Jonathan Shen – MSFT</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1805443.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1007&amp;PostID=1805443</wfw:commentRss><description>&lt;p&gt;Hi buckeyes,&lt;/p&gt;
&lt;p&gt;Has your problem been&amp;nbsp;resolved yet?&amp;nbsp; If yes, Sharing your work will be greatly appreciated.&lt;/p&gt;</description></item><item><title>ASP.NET Ajax doesn't work after 7/10/2007 windows updates</title><link>http://forums.asp.net/thread/1798336.aspx</link><pubDate>Wed, 11 Jul 2007 15:40:27 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1798336</guid><dc:creator>buckeyes</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1798336.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1007&amp;PostID=1798336</wfw:commentRss><description>&lt;p&gt;I&amp;nbsp;have customers that have reported this morning that our web application that uses asp.net ajax is not longer working correctly after they installed the windows updates last night (7/10/2007).&amp;nbsp; The problems that we are seeing is a page that has a gridview inside of an update panel displays some of the markup of the page.&amp;nbsp; When they click the button that should trigger the update panel, the page does a full postback instead of a partial.&amp;nbsp; The Update Progress doesn&amp;#39;t show like it should either.&amp;nbsp;&amp;nbsp;After the postback, it may or may not show the page correctly, but none of the buttons work anymore.&amp;nbsp;&amp;nbsp;We found that this is only a problem with IIS 6.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;If anyone knows what update may cause this so we can uninstall that update to get our customers site back up and running please let me know.&amp;nbsp; I searched the forum, but couldn&amp;#39;t find any similar problems.&amp;nbsp; Are there others that are seeing similar problems with the windows updates?&lt;/p&gt;</description></item></channel></rss>