<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://weblogs.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>Fun with callbacks Part 3: Strongly-typed callbacks</title><link>http://weblogs.asp.net/bleroy/archive/2005/05/19/407539.aspx</link><description>I got a lot of feedback after the first two posts in this series pointing out the need for a more strongly-typed communication than just strings. Several comments also pointed me to the great AJAX.NET library. I like the AJAX.NET approach because it looks</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>re: Fun with callbacks Part 3: Strongly-typed callbacks</title><link>http://weblogs.asp.net/bleroy/archive/2005/05/19/407539.aspx#410156</link><pubDate>Thu, 02 Jun 2005 17:17:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:410156</guid><dc:creator>Bertrand Le Roy</dc:creator><author>Bertrand Le Roy</author><description>Yes, you are correct. It looks a little counter-intuitive at first, but it ensures that the page is in a consistent state during a callback even if multiple callbacks are triggered at once.&lt;br&gt;The data that you want to be up-to-date must be passed as a part of the callback parameter, and Form will have the values it had during the latest postback.&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=410156" width="1" height="1"&gt;</description></item><item><title>re: Fun with callbacks Part 3: Strongly-typed callbacks</title><link>http://weblogs.asp.net/bleroy/archive/2005/05/19/407539.aspx#409922</link><pubDate>Wed, 01 Jun 2005 06:59:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:409922</guid><dc:creator>Sergey Polyakov</dc:creator><author>Sergey Polyakov</author><description>Bertrand, I meant whether are available the actual input values (at the moment of a callback) which have been changed since the last postback, but from your post I see that they are not available and only old values from the last postback can be obtained (and this is exactly what I observed in my test project). In other words I need to pass manually through the callback args all the information I want to gather from the page. Am I correct?&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=409922" width="1" height="1"&gt;</description></item><item><title>re: Ajax.NET support in future .NET versions??</title><link>http://weblogs.asp.net/bleroy/archive/2005/05/19/407539.aspx#409878</link><pubDate>Wed, 01 Jun 2005 03:29:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:409878</guid><dc:creator>TrackBack</dc:creator><author>TrackBack</author><description>&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=409878" width="1" height="1"&gt;</description></item><item><title>re: Fun with callbacks Part 3: Strongly-typed callbacks</title><link>http://weblogs.asp.net/bleroy/archive/2005/05/19/407539.aspx#409884</link><pubDate>Wed, 01 Jun 2005 01:25:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:409884</guid><dc:creator>Steve</dc:creator><author>Steve</author><description>This is good, but what about the current 1.1 version - this stuff you are doing is all beta material that can't be used on production environments.&lt;br&gt;&lt;br&gt;See &lt;a target="_new" href="http://www.dart.com/powerweb/livecontrols.asp"&gt;http://www.dart.com/powerweb/livecontrols.asp&lt;/a&gt;&lt;br&gt;&lt;br&gt;I just wish these controls were cheaper  :)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=409884" width="1" height="1"&gt;</description></item><item><title>re: Fun with callbacks Part 3: Strongly-typed callbacks</title><link>http://weblogs.asp.net/bleroy/archive/2005/05/19/407539.aspx#409802</link><pubDate>Tue, 31 May 2005 13:03:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:409802</guid><dc:creator>Bertrand Le Roy</dc:creator><author>Bertrand Le Roy</author><description>Sergey: during a callback, the page is in exactly the same state it was during the last postback, so the Form and QueryString parameters are still available, in addition to the callback parameters. Does that answer your question?&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=409802" width="1" height="1"&gt;</description></item><item><title>Accessing request params</title><link>http://weblogs.asp.net/bleroy/archive/2005/05/19/407539.aspx#409793</link><pubDate>Tue, 31 May 2005 10:37:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:409793</guid><dc:creator>Sergey Polyakov</dc:creator><author>Sergey Polyakov</author><description>Callbacks look like great techology capable to improve web controls development significantly.&lt;br&gt;Thank you Bertrand for introducing the technology and providing us with amazing demos.&lt;br&gt;My question is: are request params (the form input values) available during callbacks?&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=409793" width="1" height="1"&gt;</description></item><item><title>re: Fun with callbacks Part 3: Strongly-typed callbacks</title><link>http://weblogs.asp.net/bleroy/archive/2005/05/19/407539.aspx#408208</link><pubDate>Sat, 21 May 2005 16:19:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:408208</guid><dc:creator>Peter Bromberg</dc:creator><author>Peter Bromberg</author><description>Very classy stuff, Bertrand! Especially the RefreshPanel at gotdotnet.&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=408208" width="1" height="1"&gt;</description></item><item><title>Fun with callbacks Part 1: What's in the ASP.NET box?</title><link>http://weblogs.asp.net/bleroy/archive/2005/05/19/407539.aspx#407541</link><pubDate>Thu, 19 May 2005 10:56:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:407541</guid><dc:creator>TrackBack</dc:creator><author>TrackBack</author><description>&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=407541" width="1" height="1"&gt;</description></item><item><title>Fun with callbacks, Part 2: The RefreshPanel</title><link>http://weblogs.asp.net/bleroy/archive/2005/05/19/407539.aspx#407540</link><pubDate>Thu, 19 May 2005 10:55:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:407540</guid><dc:creator>TrackBack</dc:creator><author>TrackBack</author><description>&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=407540" width="1" height="1"&gt;</description></item></channel></rss>