<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:evnet="http://www.mscommunities.com/rssmodule/"><channel><title>Comment Feed for All updates perform full postback (TechOff on Channel 9)</title><atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/forums/techoff/261024-all-updates-perform-full-postback/rss/default.aspx" /><image><url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url><title>Comment Feed for All updates perform full postback (TechOff on Channel 9)</title><link>http://channel9.msdn.com/forums/TechOff/261024-All-updates-perform-full-postback/</link></image><description>All updates perform full postback</description><link>http://channel9.msdn.com/forums/TechOff/261024-All-updates-perform-full-postback/</link><language>en-us</language><pubDate>Sat, 16 Feb 2008 23:39:19 GMT</pubDate><lastBuildDate>Sat, 16 Feb 2008 23:39:19 GMT</lastBuildDate><generator>EvNet (EvNet, Version=1.0.3243.35083, Culture=neutral, PublicKeyToken=null)</generator><item><title>Re: All updates perform full postback</title><description>&lt;p&gt;There's a download with ASP.NET AJAX 1.0 project templates for Visual Studio 2008 so you don't have to mess with the Web.config.&lt;br /&gt;&lt;/p&gt;
&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=5c7df430-1c34-40d2-b6ec-81353b5fcf2e&amp;amp;displaylang=en"&gt;Microsoft ASP.NET 2.0 AJAX Templates for Visual Studio 2008&lt;/a&gt;
&lt;p&gt;Have fun with it!&lt;/p&gt;</description><comments></comments><link>http://channel9.msdn.com/forums/TechOff/261024-All-updates-perform-full-postback/?CommentID=388969</link><pubDate>Sat, 16 Feb 2008 23:39:19 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/261024-All-updates-perform-full-postback/?CommentID=388969</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/388969/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>There's a download with ASP.NET AJAX 1.0 project templates for Visual Studio 2008 so you don't have to mess with the Web.config.
Microsoft ASP.NET 2.0 AJAX Templates for Visual Studio 2008
Have fun with it!</evnet:previewtext><dc:creator>JChung2006</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/388969/Trackback.aspx</trackback:ping></item><item><title>Re: All updates perform full postback</title><description>&lt;p&gt;Hey man, you are a star.&lt;/p&gt;
&lt;p&gt;I poked aroung Google after your previous post and have got it all working now with help from the following page.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://asp.net/ajax/documentation/live/ConfiguringASPNETAJAX.aspx"&gt;http://asp.net/ajax/documentation/live/ConfiguringASPNETAJAX.aspx&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Basically re-iterating what you have posted above with some added goodies.&lt;br /&gt;&lt;br /&gt;I assumed (incorrectly) that when the site was created, you got all the web.config bits set up for you. In VS2005 when you created a special ASP.NET AJAX enabled site, your web.config was updated correctly, now in VS2008, you dont get the option to create an AJAX enabled site, so I guess you have to hack the web.config file yourself.&lt;br /&gt;&lt;br /&gt;All good learning stuff.&lt;br /&gt;&lt;br /&gt;Thanks again&lt;br /&gt;&lt;br /&gt;Mike&lt;/p&gt;</description><comments></comments><link>http://channel9.msdn.com/forums/TechOff/261024-All-updates-perform-full-postback/?CommentID=388968</link><pubDate>Sat, 16 Feb 2008 23:23:05 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/261024-All-updates-perform-full-postback/?CommentID=388968</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/388968/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Hey man, you are a star.
I poked aroung Google after your previous post and have got it all working now with help from the following page.
http://asp.net/ajax/documentation/live/ConfiguringASPNETAJAX.aspxBasically re-iterating what you have posted above with some added goodies.I assumed&amp;#8230;</evnet:previewtext><dc:creator>m1keread</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/388968/Trackback.aspx</trackback:ping></item><item><title>Re: All updates perform full postback</title><description>&lt;p&gt;At a minimum, you need to reference&amp;nbsp;the ScriptResource handler at least so that ASP.NET will know how to get the ASP.NET AJAX scripts from the System.Web.Extensions assembly.&lt;/p&gt;
&lt;p&gt;Reference: &lt;a href="http://asp.net/AJAX/Documentation/Live/ConfiguringASPNETAJAX.aspx"&gt;Configuring ASP.NET AJAX [ASP.NET AJAX Documentation]&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;IIS 6.0-style Web.config (add to configuration/system.web)&lt;/p&gt;&lt;pre&gt;&amp;lt;httpHandlers&amp;gt;
  &amp;lt;remove verb="*" path="*.asmx"/&amp;gt;
  &amp;lt;add verb="*" path="*.asmx" validate="false" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/&amp;gt;
  &amp;lt;add verb="*" path="*_AppService.axd" validate="false" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/&amp;gt;
  &amp;lt;add verb="GET,HEAD" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" validate="false"/&amp;gt;
&amp;lt;/httpHandlers&amp;gt;
&amp;lt;httpModules&amp;gt;
  &amp;lt;add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/&amp;gt;
&amp;lt;/httpModules&amp;gt;&lt;/pre&gt;
&lt;p&gt;IIS 7.0-style Web.config (add to configuration)&lt;/p&gt;&lt;pre&gt;&amp;lt;system.webServer&amp;gt;
  &amp;lt;handlers&amp;gt;
    &amp;lt;remove name="WebServiceHandlerFactory-Integrated"/&amp;gt;
    &amp;lt;add name="ScriptHandlerFactory" verb="*" path="*.asmx" preCondition="integratedMode" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/&amp;gt;
    &amp;lt;add name="ScriptHandlerFactoryAppServices" verb="*" path="*_AppService.axd" preCondition="integratedMode" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/&amp;gt;
    &amp;lt;add name="ScriptResource" preCondition="integratedMode" verb="GET,HEAD" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/&amp;gt;
  &amp;lt;/handlers&amp;gt;
  &amp;lt;modules&amp;gt;
    &amp;lt;add name="ScriptModule" preCondition="integratedMode" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/&amp;gt;
  &amp;lt;/modules&amp;gt;
  &amp;lt;validation validateIntegratedModeConfiguration="false"/&amp;gt;
&amp;lt;/system.webServer&amp;gt;&lt;/pre&gt;</description><comments></comments><link>http://channel9.msdn.com/forums/TechOff/261024-All-updates-perform-full-postback/?CommentID=388967</link><pubDate>Sat, 16 Feb 2008 23:21:34 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/261024-All-updates-perform-full-postback/?CommentID=388967</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/388967/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>At a minimum, you need to reference&amp;nbsp;the ScriptResource handler at least so that ASP.NET will know how to get the ASP.NET AJAX scripts from the System.Web.Extensions assembly.
Reference: Configuring ASP.NET AJAX [ASP.NET AJAX Documentation]
IIS 6.0-style Web.config (add to&amp;#8230;</evnet:previewtext><dc:creator>JChung2006</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/388967/Trackback.aspx</trackback:ping></item><item><title>Re: All updates perform full postback</title><description>Thanks again.&lt;br /&gt;&lt;br /&gt;No I am not referencing any HTTP Handlers or Modules explicitly is the web.config.&amp;nbsp; &lt;br /&gt;&lt;br /&gt;I have noticed that is added an Assembly into the &amp;lt;Compilation&amp;gt; section in the web.config itself, &lt;br /&gt;&lt;br /&gt;file as shown below.&lt;br /&gt;&lt;br /&gt;
&lt;p&gt;&amp;lt;?&lt;/p&gt;xml version="1.0"?&amp;gt;&amp;lt;configuration&amp;gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;&lt;/p&gt;appSettings/&amp;gt;
&lt;p&gt;&amp;lt;&lt;/p&gt;connectionStrings/&amp;gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;&lt;/p&gt;system.web&amp;gt;
&lt;p&gt;&amp;lt;!--&lt;/p&gt; 
&lt;p&gt;Set compilation debug="true" to insert debugging &lt;/p&gt;
&lt;p&gt;symbols into the compiled page. Because this &lt;/p&gt;
&lt;p&gt;affects performance, set this value to true only &lt;/p&gt;
&lt;p&gt;during development.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;--&amp;gt;
&lt;p&gt;&amp;lt;&lt;/p&gt;compilation debug="false"&amp;gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&amp;lt;&lt;/strong&gt;&lt;/p&gt;&lt;strong&gt;assemblies&lt;/strong&gt;&lt;strong&gt;&amp;gt;&lt;/strong&gt;
&lt;p&gt;&lt;strong&gt;&amp;lt;&lt;/strong&gt;&lt;/p&gt;&lt;strong&gt;add assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/&amp;gt;&amp;lt;/assemblies&lt;/strong&gt;&lt;strong&gt;&amp;gt;&lt;/strong&gt;&lt;br /&gt;&amp;lt;/compilation&amp;gt;
&lt;p&gt;&amp;lt;!--&lt;/p&gt;
&lt;p&gt;The &amp;lt;authentication&amp;gt; section enables configuration &lt;/p&gt;
&lt;p&gt;of the security authentication mode used by &lt;/p&gt;
&lt;p&gt;ASP.NET to identify an incoming user. &lt;/p&gt;
&lt;p&gt;&lt;/p&gt;--&amp;gt;
&lt;p&gt;&amp;lt;&lt;/p&gt;authentication mode="Windows"/&amp;gt;
&lt;p&gt;&amp;lt;!--&lt;/p&gt;
&lt;p&gt;The &amp;lt;customErrors&amp;gt; section enables configuration &lt;/p&gt;
&lt;p&gt;of what to do if/when an unhandled error occurs &lt;/p&gt;
&lt;p&gt;during the execution of a request. Specifically, &lt;/p&gt;
&lt;p&gt;it enables developers to configure html error pages &lt;/p&gt;
&lt;p&gt;to be displayed in place of a error stack trace.&lt;/p&gt;
&lt;p&gt;&amp;lt;customErrors mode="RemoteOnly" defaultRedirect="GenericErrorPage.htm"&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;error statusCode="403" redirect="NoAccess.htm" /&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;error statusCode="404" redirect="FileNotFound.htm" /&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;/customErrors&amp;gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;--&amp;gt;
&lt;p&gt;&amp;lt;/&lt;/p&gt;system.web&amp;gt;
&lt;p&gt;&amp;lt;/&lt;/p&gt;configuration&amp;gt;</description><comments></comments><link>http://channel9.msdn.com/forums/TechOff/261024-All-updates-perform-full-postback/?CommentID=388966</link><pubDate>Sat, 16 Feb 2008 23:09:07 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/261024-All-updates-perform-full-postback/?CommentID=388966</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/388966/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Thanks again.No I am not referencing any HTTP Handlers or Modules explicitly is the web.config.&amp;nbsp; I have noticed that is added an Assembly into the &amp;lt;Compilation&amp;gt; section in the web.config itself, file as shown below.
&amp;lt;?xml&amp;#8230;</evnet:previewtext><dc:creator>m1keread</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/388966/Trackback.aspx</trackback:ping></item><item><title>Re: All updates perform full postback</title><description>Are you referencing ASP.NET AJAX HttpHandlers and HttpModules in your Web.config? It takes more than just adding a reference to the server-side ASP.NET AJAX controls to enable ASP.NET AJAX on a Web site.</description><comments></comments><link>http://channel9.msdn.com/forums/TechOff/261024-All-updates-perform-full-postback/?CommentID=388964</link><pubDate>Sat, 16 Feb 2008 23:04:26 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/261024-All-updates-perform-full-postback/?CommentID=388964</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/388964/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Are you referencing ASP.NET AJAX HttpHandlers and HttpModules in your Web.config? It takes more than just adding a reference to the server-side ASP.NET AJAX controls to enable ASP.NET AJAX on a Web site.</evnet:previewtext><dc:creator>JChung2006</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/388964/Trackback.aspx</trackback:ping></item><item><title>Re: All updates perform full postback</title><description>&lt;p&gt;You're referencing ASP.NET AJAX 1.0 with your Register directive.&amp;nbsp; Is the site you've developed targeting 3.5?&lt;/p&gt;</description><comments></comments><link>http://channel9.msdn.com/forums/TechOff/261024-All-updates-perform-full-postback/?CommentID=388960</link><pubDate>Sat, 16 Feb 2008 23:04:18 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/261024-All-updates-perform-full-postback/?CommentID=388960</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/388960/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>You're referencing ASP.NET AJAX 1.0 with your Register directive.&amp;nbsp; Is the site you've developed targeting 3.5?</evnet:previewtext><dc:creator>JChung2006</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/388960/Trackback.aspx</trackback:ping></item><item><title>Re: All updates perform full postback</title><description>Thanks,&lt;br /&gt;&lt;br /&gt;I am targetting ASP.NET 2.0 presently, does this make a difference ?&lt;br /&gt;&lt;br /&gt;Mike</description><comments></comments><link>http://channel9.msdn.com/forums/TechOff/261024-All-updates-perform-full-postback/?CommentID=388962</link><pubDate>Sat, 16 Feb 2008 23:03:02 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/261024-All-updates-perform-full-postback/?CommentID=388962</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/388962/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Thanks,I am targetting ASP.NET 2.0 presently, does this make a difference ?Mike</evnet:previewtext><dc:creator>m1keread</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/388962/Trackback.aspx</trackback:ping></item></channel></rss>