<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://serverx.esri.com/ESRIBlogs/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>Using the Callback control framework</title><link>http://serverx.esri.com/ESRIBlogs/blogs/arcgisserver/archive/2006/12/18/Using-the-Callback-control-framework.aspx</link><description>Ryan Olson of the Web ADF development team contributed the following code sample that demonstrates how to use the callback framework from within the ESRI Web ADF for the Microsoft .NET Framework. This control is very useful for testing things during the</description><dc:language>en</dc:language><generator>CommunityServer 2.1 (Build: 60809.935)</generator><item><title>re: Using the Callback control framework</title><link>http://serverx.esri.com/ESRIBlogs/blogs/arcgisserver/archive/2006/12/18/Using-the-Callback-control-framework.aspx#44</link><pubDate>Mon, 18 Dec 2006 22:08:35 GMT</pubDate><guid isPermaLink="false">b60b3f0a-e2bd-4be5-8a18-822c697649ab:44</guid><dc:creator>Dylan</dc:creator><description>This is very interesting. I'd like to send back JSON data from the server side event handler, or some JavaScript to execute a client side function once the result has been generated. Any modifications I should be aware of in that scenario? Can I use any of the common JavaScript AJAX wrappers like Prototype, YUI, jQuery to do some of the same stuff and still leverage the power of the server control?

Thank you for starting this blog.</description></item><item><title>re: Using the Callback control framework</title><link>http://serverx.esri.com/ESRIBlogs/blogs/arcgisserver/archive/2006/12/18/Using-the-Callback-control-framework.aspx#45</link><pubDate>Mon, 18 Dec 2006 22:36:09 GMT</pubDate><guid isPermaLink="false">b60b3f0a-e2bd-4be5-8a18-822c697649ab:45</guid><dc:creator>Ryan Olson</dc:creator><description>&lt;p&gt;You can send back JSON, no problem. Send it as a parameter to a javascript function that you would like to execute. Use &amp;quot;javascript&amp;quot; as the event argument. We haven't tested this with Prototype, YUI or jQuery, so I can't comment on that.&lt;/p&gt;
</description></item><item><title>re: Using the Callback control framework</title><link>http://serverx.esri.com/ESRIBlogs/blogs/arcgisserver/archive/2006/12/18/Using-the-Callback-control-framework.aspx#51</link><pubDate>Tue, 26 Dec 2006 10:12:23 GMT</pubDate><guid isPermaLink="false">b60b3f0a-e2bd-4be5-8a18-822c697649ab:51</guid><dc:creator>Mohamed Moustafa</dc:creator><description>where i can find the Callback control framework ?

is it embedded in .net 2005 or an external component. </description></item><item><title>re: Using the Callback control framework</title><link>http://serverx.esri.com/ESRIBlogs/blogs/arcgisserver/archive/2006/12/18/Using-the-Callback-control-framework.aspx#56</link><pubDate>Thu, 28 Dec 2006 18:13:43 GMT</pubDate><guid isPermaLink="false">b60b3f0a-e2bd-4be5-8a18-822c697649ab:56</guid><dc:creator>Bryan Baker</dc:creator><description>&lt;p&gt;The CallbackResult class is part of the Web ADF. It builds on the client callback framework that is part of ASP.NET 2.0. It makes transferring information between server and browser easier. &lt;/p&gt;
&lt;p&gt;The WebControl abstract class, in the ESRI.ArcGIS.Web.UI.WebControls assembly, extends the ASP.NET WebControl class by adding the CallbackResults property. So any control that extends the Web ADF's WebControl can take advantage of the CallbackResults to send data.&lt;/p&gt;
</description></item><item><title>re: Using the Callback control framework</title><link>http://serverx.esri.com/ESRIBlogs/blogs/arcgisserver/archive/2006/12/18/Using-the-Callback-control-framework.aspx#72</link><pubDate>Fri, 12 Jan 2007 13:28:59 GMT</pubDate><guid isPermaLink="false">b60b3f0a-e2bd-4be5-8a18-822c697649ab:72</guid><dc:creator>pthoopth</dc:creator><description>How would I refresh just one tool on the toolbar?  I can refresh the whole toolbar but I don't want to do that because then the toolbar reverts back to it's original state.  For example, I originally have my Zoom In button selected when the page is first rendered.  Then I click the Zoom Out button.  When I click on the map to do the Zoom Out function it runs server code in which I want to enable a Zoom Previous button.  In my server code I enable the Zoom Previous button and refresh the toolbar.  I then add the callback results from the toolbar to the map callbackresults.  It then renders the entire toolbar again which makes the Zoom Previous tool enabled but now my selected tool is back to Zoom In instead of Zoom Out because it rendered everything as it was originally.</description></item></channel></rss>