<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/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>Hint:  Components that use Web Services with ASP.NET AJAX v1.0 Beta</title><link>http://blogs.msdn.com/sburke/archive/2006/10/21/hint-components-that-use-web-services-with-asp-net-ajax-v1-0-beta.aspx</link><description>Oh, something I forgot to put in the migration guide(s). If you're calling any web service methods from client script, this has changes a little bit. You now need to decorate those web services with [ScriptService]: [Microsoft.Web.Script.Services.ScriptService]</description><dc:language>en</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: Hint:  Components that use Web Services with ASP.NET AJAX v1.0 Beta</title><link>http://blogs.msdn.com/sburke/archive/2006/10/21/hint-components-that-use-web-services-with-asp-net-ajax-v1-0-beta.aspx#852365</link><pubDate>Sat, 21 Oct 2006 12:16:13 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:852365</guid><dc:creator>asorcinelli</dc:creator><description>&lt;p&gt;How can i call a Page Method from Javascript? Before i use PageMethods.FUNCTION_NAME, now I always have an error.&lt;/p&gt;
&lt;p&gt;Is there another change in Beta 1?&lt;/p&gt;
</description></item><item><title>AJAX Beta 1: problemi con la PageMethods</title><link>http://blogs.msdn.com/sburke/archive/2006/10/21/hint-components-that-use-web-services-with-asp-net-ajax-v1-0-beta.aspx#852543</link><pubDate>Sat, 21 Oct 2006 14:19:01 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:852543</guid><dc:creator>Alessandro Sorcinelli</dc:creator><description>&lt;p&gt;Stamattina, fiducioso delle prove precedenti, ho aggiornato i miei progetti passando dalla CTP di Atlas...&lt;/p&gt;
</description></item><item><title>re: Hint:  Components that use Web Services with ASP.NET AJAX v1.0 Beta</title><link>http://blogs.msdn.com/sburke/archive/2006/10/21/hint-components-that-use-web-services-with-asp-net-ajax-v1-0-beta.aspx#852792</link><pubDate>Sat, 21 Oct 2006 17:50:20 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:852792</guid><dc:creator>sburke</dc:creator><description>&lt;p&gt;Depends on the error you're getting. &amp;nbsp;The namespace may have changed - it should be into the docs somewhere. &amp;nbsp;We're not calling through Proxies (since we don't know the WebService/PageMethod ahead of time). &lt;/p&gt;
&lt;p&gt;Try Sys.Net.PageMethods.FunctionName(param)&lt;/p&gt;
</description></item><item><title>re: Hint:  Components that use Web Services with ASP.NET AJAX v1.0 Beta</title><link>http://blogs.msdn.com/sburke/archive/2006/10/21/hint-components-that-use-web-services-with-asp-net-ajax-v1-0-beta.aspx#853119</link><pubDate>Sat, 21 Oct 2006 20:18:57 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:853119</guid><dc:creator>dimitrod</dc:creator><description>&lt;p&gt;Shawn,&lt;/p&gt;
&lt;p&gt;Now that Page Methods need to be static how can I access control values in these methods? For example in a PageMethod I need to iterate over dynamically generated controls in a PlaceHolder and return a string. Is this possible?&lt;/p&gt;
</description></item><item><title>re: Hint:  Components that use Web Services with ASP.NET AJAX v1.0 Beta</title><link>http://blogs.msdn.com/sburke/archive/2006/10/21/hint-components-that-use-web-services-with-asp-net-ajax-v1-0-beta.aspx#853694</link><pubDate>Sun, 22 Oct 2006 01:24:07 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:853694</guid><dc:creator>sburke</dc:creator><description>&lt;p&gt;Right - thats definitely a problem. &amp;nbsp;They reason the AJAX team decided to make these methods static was so you could avoid page-lifecycle issues and subtleties, such as the inability to modify or access page state. &amp;nbsp;But it also stops you from doing the above. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;The &amp;quot;right&amp;quot; way to do what you're talking about above is to write a simple control that implements ICallbackEventHandler. &amp;nbsp;If you look at ReorderList, you can see an example of this.&lt;/p&gt;
&lt;p&gt;I'm really not sure how to do it with a PageMethod, unfortunately.&lt;/p&gt;
</description></item><item><title>Microsoft Ajax 1.0 (beta) et Microsoft Control Toolkit disponible (détail des changements)</title><link>http://blogs.msdn.com/sburke/archive/2006/10/21/hint-components-that-use-web-services-with-asp-net-ajax-v1-0-beta.aspx#853696</link><pubDate>Sun, 22 Oct 2006 01:25:57 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:853696</guid><dc:creator>Cyril 's Blog</dc:creator><description>&lt;p&gt;Patrice et Fox vous l'a d&amp;#233;j&amp;#224; annonc&amp;#233; hier&amp;#160;: Une nouvelle version de Microsoft Ajax Extensions&amp;#160;(nom de&lt;/p&gt;
</description></item><item><title>re: Hint:  Components that use Web Services with ASP.NET AJAX v1.0 Beta</title><link>http://blogs.msdn.com/sburke/archive/2006/10/21/hint-components-that-use-web-services-with-asp-net-ajax-v1-0-beta.aspx#855190</link><pubDate>Sun, 22 Oct 2006 13:33:37 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:855190</guid><dc:creator>rstrahl</dc:creator><description>&lt;p&gt;That's really silly if you ask me. If all we can do is static methods anyway you might as well use an external Web Service and separate this data layer.&lt;/p&gt;
&lt;p&gt;Implement ICallbackHandler? You gotta be kidding. That interface is brain-dead &amp;lt;s&amp;gt;... &lt;/p&gt;
&lt;p&gt;ATLAS should provide this functionality in the way it worked in the previous builds even if it means that you can't update the page in anyway (ie. changes made to page content are are just 'thrown out'). That should allow getting around the life-cycle issues. It's updating that's problematic. Assigning state is pretty straight forward.&lt;/p&gt;
&lt;p&gt;But getting access to the control values is the key. &lt;/p&gt;
</description></item><item><title>re: Hint:  Components that use Web Services with ASP.NET AJAX v1.0 Beta</title><link>http://blogs.msdn.com/sburke/archive/2006/10/21/hint-components-that-use-web-services-with-asp-net-ajax-v1-0-beta.aspx#855974</link><pubDate>Sun, 22 Oct 2006 19:04:10 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:855974</guid><dc:creator>dimitrod</dc:creator><description>&lt;p&gt;Agree with rstrahl. PageMethods are absolutely useless in the Beta1 - WebServices can do the same. One more thing I noticed is that a PageMethod has to be declared in the aspx file. If I declare it in the codebehind it doesn't work.&lt;/p&gt;
</description></item><item><title>re: Hint:  Components that use Web Services with ASP.NET AJAX v1.0 Beta</title><link>http://blogs.msdn.com/sburke/archive/2006/10/21/hint-components-that-use-web-services-with-asp-net-ajax-v1-0-beta.aspx#856077</link><pubDate>Sun, 22 Oct 2006 19:56:39 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:856077</guid><dc:creator>sburke</dc:creator><description>&lt;p&gt;Yes - I called out the bug with the code behind above. &amp;nbsp;It's a known issue that's already been fixed in the Core tree.&lt;/p&gt;
&lt;p&gt;With respect to the static PageMethods, I'll transmit this feedback to the AJAX team. &amp;nbsp;I agree the utility of static page methods isn't great. &amp;nbsp;I'll re-raise the issue with them. &amp;nbsp;Thanks for the feedback!&lt;/p&gt;
</description></item><item><title>re: Hint:  Components that use Web Services with ASP.NET AJAX v1.0 Beta</title><link>http://blogs.msdn.com/sburke/archive/2006/10/21/hint-components-that-use-web-services-with-asp-net-ajax-v1-0-beta.aspx#863113</link><pubDate>Mon, 23 Oct 2006 18:26:59 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:863113</guid><dc:creator>MrSmersh</dc:creator><description>&lt;p&gt;Please do so...&lt;/p&gt;
&lt;p&gt;The static has bring me again to the old asp problem, I have the data on the server, but i need it on the client to do somenthing. A simple case I have a GridView I need the selected item in the client side to use on VirtualEarth to make a zoom... BTW the accordion control is better but still is not able to handle divs, again put VE on an pane...&lt;/p&gt;
</description></item><item><title>re: Hint:  Components that use Web Services with ASP.NET AJAX v1.0 Beta</title><link>http://blogs.msdn.com/sburke/archive/2006/10/21/hint-components-that-use-web-services-with-asp-net-ajax-v1-0-beta.aspx#867979</link><pubDate>Tue, 24 Oct 2006 11:45:14 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:867979</guid><dc:creator>jlchereau</dc:creator><description>&lt;p&gt;Apparently a PageMethod cannot be accessed on the login page of a web site with forms autentication. Is this by design or is this a bug.&lt;/p&gt;
&lt;p&gt;Please post teh response to &lt;a rel="nofollow" target="_new" href="http://forums.asp.net/thread/1438911.aspx"&gt;http://forums.asp.net/thread/1438911.aspx&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>Microsoft "AJAX"（Atlas） のオススメ10月内投稿</title><link>http://blogs.msdn.com/sburke/archive/2006/10/21/hint-components-that-use-web-services-with-asp-net-ajax-v1-0-beta.aspx#868090</link><pubDate>Tue, 24 Oct 2006 12:48:26 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:868090</guid><dc:creator>ナオキにASP.NET（仮）</dc:creator><description>&lt;p&gt;いつもの投稿とは違い、今回は紹介と簡単な説明だけに留めておきたいと思います。（ただし、読みきれていない物もあります。） 理由としては、単純に私自身の時間が取れないからです。。。事実、一番最初に伝えようと思うのは2週間程前に見つけた投稿で、非常に面白く勉強になったのですが、細かな説明等を行う時間が無いままずるずると今日まで来てしまっていました。&lt;/p&gt;
</description></item><item><title>re: Hint:  Components that use Web Services with ASP.NET AJAX v1.0 Beta</title><link>http://blogs.msdn.com/sburke/archive/2006/10/21/hint-components-that-use-web-services-with-asp-net-ajax-v1-0-beta.aspx#868871</link><pubDate>Tue, 24 Oct 2006 19:05:55 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:868871</guid><dc:creator>Colin</dc:creator><description>&lt;p&gt;Just adding my 2 cents here. &amp;nbsp;Aftering spending a while migrating to the beta version, we are now going to be rolling back to Atlas CTP. &amp;nbsp;This change to static methods has broken too much of our code. &amp;nbsp;I'm hopeful that this will get changed to allow for a non-static version and we will be able to upgrade with the next version; until then we will, unfortunately, remain on Atlas.&lt;/p&gt;
</description></item><item><title>ASP.NET Ajax Beta 1: Cambios de la versi&amp;amp;#243;n Atlas.</title><link>http://blogs.msdn.com/sburke/archive/2006/10/21/hint-components-that-use-web-services-with-asp-net-ajax-v1-0-beta.aspx#869980</link><pubDate>Tue, 24 Oct 2006 22:07:29 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:869980</guid><dc:creator>Ivan Mostacero</dc:creator><description>&lt;p&gt;Hoy d&amp;#237;a iniciamos la migraci&amp;#243;n de uno de nuestros aplicativos basados en Ajax, realmente bastante tedioso,...&lt;/p&gt;
</description></item><item><title>re: Hint:  Components that use Web Services with ASP.NET AJAX v1.0 Beta</title><link>http://blogs.msdn.com/sburke/archive/2006/10/21/hint-components-that-use-web-services-with-asp-net-ajax-v1-0-beta.aspx#914636</link><pubDate>Tue, 31 Oct 2006 22:19:19 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:914636</guid><dc:creator>mteper</dc:creator><description>&lt;p&gt;+1&lt;/p&gt;
&lt;p&gt;The static requirement is a deal-breaker for us as well.&lt;/p&gt;
</description></item><item><title>re: Hint:  Components that use Web Services with ASP.NET AJAX v1.0 Beta</title><link>http://blogs.msdn.com/sburke/archive/2006/10/21/hint-components-that-use-web-services-with-asp-net-ajax-v1-0-beta.aspx#916298</link><pubDate>Wed, 01 Nov 2006 03:28:22 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:916298</guid><dc:creator>dave_s</dc:creator><description>&lt;p&gt;Is there any time frame, for the next refresh of Beta 1?&lt;/p&gt;
</description></item><item><title>Thoughts on MS ASP.NET Ajax Extensions Beta and Preview CTP Beta and PageMethods...</title><link>http://blogs.msdn.com/sburke/archive/2006/10/21/hint-components-that-use-web-services-with-asp-net-ajax-v1-0-beta.aspx#930379</link><pubDate>Thu, 02 Nov 2006 15:27:54 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:930379</guid><dc:creator>Jay Kimble -- The Dev Theologian</dc:creator><description>&lt;p&gt;I have written a few posts on PageMethods (most notably here and here &amp;amp;hellip; there are probably a few&lt;/p&gt;
</description></item><item><title>Atlas y la migración a la versión Beta.</title><link>http://blogs.msdn.com/sburke/archive/2006/10/21/hint-components-that-use-web-services-with-asp-net-ajax-v1-0-beta.aspx#1041430</link><pubDate>Thu, 09 Nov 2006 02:42:16 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1041430</guid><dc:creator>Roberto Hurtado</dc:creator><description>&lt;p&gt;Iniciamos hace unos dias la migraci&amp;amp;oacute;n del CTP ATLAS a la versi&amp;amp;oacute;n Beta, tuvimos varios problemas&lt;/p&gt;
</description></item><item><title>Static PageMethods = show stopper</title><link>http://blogs.msdn.com/sburke/archive/2006/10/21/hint-components-that-use-web-services-with-asp-net-ajax-v1-0-beta.aspx#1082113</link><pubDate>Wed, 15 Nov 2006 22:35:17 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1082113</guid><dc:creator>BrianHearn</dc:creator><description>&lt;p&gt;This Microsoft Gold Partner will be a world of hurt for everything we were using ATLAS for if PageMethods must be static. Please reconsider this hugely impacting change. Thank you.&lt;/p&gt;
&lt;p&gt;--Brian&lt;/p&gt;
</description></item><item><title>Dynamic content made easy *redux* [How to: Use the new dynamic population support for Toolkit controls]</title><link>http://blogs.msdn.com/sburke/archive/2006/10/21/hint-components-that-use-web-services-with-asp-net-ajax-v1-0-beta.aspx#1097840</link><pubDate>Sat, 18 Nov 2006 06:57:54 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1097840</guid><dc:creator>Delay's Blog</dc:creator><description>&lt;p&gt;I previously blogged a sample demonstrating how to use the AJAX Control Toolkit's dynamic population&lt;/p&gt;
</description></item><item><title>re: Hint:  Components that use Web Services with ASP.NET AJAX v1.0 Beta</title><link>http://blogs.msdn.com/sburke/archive/2006/10/21/hint-components-that-use-web-services-with-asp-net-ajax-v1-0-beta.aspx#1379741</link><pubDate>Fri, 29 Dec 2006 17:34:28 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1379741</guid><dc:creator>corporreal</dc:creator><description>&lt;p&gt;Have any decisions been made regarding this issue? &amp;nbsp;My project would also be severely crippled by switching to Beta 1 due to the PageMethods changes&lt;/p&gt;
</description></item><item><title>Cascading DropDownList [Method Error 500]</title><link>http://blogs.msdn.com/sburke/archive/2006/10/21/hint-components-that-use-web-services-with-asp-net-ajax-v1-0-beta.aspx#1530776</link><pubDate>Thu, 25 Jan 2007 20:13:55 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1530776</guid><dc:creator>Mario Ferrante's Blog</dc:creator><description>&lt;p&gt;Oggi mi sono un p&amp;amp;ograve; divertito nell&amp;amp;#39;utilizzo della release delle Asp.Net Ajax Extensions, focalizzandomi&lt;/p&gt;
</description></item><item><title>ModalPopupExtender and .asmx Web Service File</title><link>http://blogs.msdn.com/sburke/archive/2006/10/21/hint-components-that-use-web-services-with-asp-net-ajax-v1-0-beta.aspx#1744125</link><pubDate>Fri, 23 Feb 2007 02:07:16 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1744125</guid><dc:creator>ASP.NET AJAX Forum Posts</dc:creator><description>&lt;p&gt;I've been searching for some content I finally found on a blog here, but need a litlte more help. I am&lt;/p&gt;
</description></item><item><title>problem in using pagemethods with asp.net extensions 1.0</title><link>http://blogs.msdn.com/sburke/archive/2006/10/21/hint-components-that-use-web-services-with-asp-net-ajax-v1-0-beta.aspx#1815558</link><pubDate>Tue, 06 Mar 2007 12:11:26 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1815558</guid><dc:creator>kapilsanchihar</dc:creator><description>&lt;p&gt;If am writing following web method in my code behind file :-&lt;/p&gt;
&lt;p&gt;&amp;lt;System.Web.Script.Services.ScriptMethod()&amp;gt; &amp;lt;System.Web.Services.WebMethod()&amp;gt; Public Function CheckAvailability(ByVal UserName As String) As Boolean&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;_commandString = String.Format(&amp;quot;Select UserName from jukebox.login where UserName='{0}'&amp;quot;, txtJukeboxId.Text)&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;_myDataReader = ManageDB.GetDataReader(_commandString)&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;If _myDataReader.Read Then&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Return False&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Else&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Return True&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;End If&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;End Function&lt;/p&gt;
&lt;p&gt;I am calling this method by a javascript :-&lt;/p&gt;
&lt;p&gt;function Availability()&lt;/p&gt;
&lt;p&gt;{&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;var uid=document.getElementById('ctl00_ContentPlaceHolder1_txtJukeboxId').value;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;if(uid==&amp;quot;&amp;quot;)&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;{&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;alert('Please enter Jukebox Id!!!!!!');&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;return false;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; }&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; PageMethods.CheckAvailability(userName,OnComplete);&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; return false;&lt;/p&gt;
&lt;p&gt; }&lt;/p&gt;
&lt;p&gt; function OnComplete(result)&lt;/p&gt;
&lt;p&gt; {&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;var lblMessage = document.getElementById('lblMessage');&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;if(result)&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;{&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;lblMessage.innerText=&amp;quot;The Id is available&amp;quot;;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;}&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;else&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;{&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;lblMessage.innerText = &amp;quot;The Id is unavailable&amp;quot;;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;}&lt;/p&gt;
&lt;p&gt; }&lt;/p&gt;
&lt;p&gt;now I am getting runtime error as &amp;quot;pagemethods not defined&amp;quot; in javascript.&lt;/p&gt;
</description></item><item><title>Using Web Services with the ASP.NET AJAX Extensions</title><link>http://blogs.msdn.com/sburke/archive/2006/10/21/hint-components-that-use-web-services-with-asp-net-ajax-v1-0-beta.aspx#2040419</link><pubDate>Fri, 06 Apr 2007 18:02:19 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2040419</guid><dc:creator>Cameron's Dungeon</dc:creator><description /></item><item><title>re: problem in using pagemethods with asp.net extensions 1.0</title><link>http://blogs.msdn.com/sburke/archive/2006/10/21/hint-components-that-use-web-services-with-asp-net-ajax-v1-0-beta.aspx#6394323</link><pubDate>Mon, 19 Nov 2007 12:08:16 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6394323</guid><dc:creator>blbirajdar</dc:creator><description>&lt;p&gt;Add a property &amp;nbsp;EnablePageMethods=&amp;quot;true&amp;quot; into the ScriptManager&lt;/p&gt;
</description></item></channel></rss>