<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet href="/pages/css/rss.css" type="text/css"?>
<rss xmlns:ps="http://trailfire.com" version="2.0"><channel><title>"ESRI WebADF CallBack" by grefly</title><link>http://trailfire.com/grefly/trails/59619</link><category>grefly/trails</category><ttl>60</ttl><item><title>AJAX and the ASP.NET 2.0 Callback Framework</title><link>http://trailfire.com/grefly/marks/209220</link><description></description><category>ESRI WebADF CallBack</category><author>grefly</author><pubDate>Fri, 18 Apr 2008 07:42:39 -0700</pubDate><guid isPermalink="false">trailfire:markId:209220</guid></item><item><title>__pendingCallbacks[...].async is null or not an object</title><link>http://trailfire.com/grefly/marks/209249</link><description><![CDATA[<P>You can get around the error when recursively calling another callback inside a callback handler by delaying the call using window.setTimeout.</P><P>example:</P><P>BEFORE</P><P>function MyCallbackHandler(arg,context) {</P><P>&nbsp;WebForm_DoCallback(......);</P><P>}</P><P>AFTER</P><P>function MyCallbackHandler(arg,context) {</P><P>&nbsp;window.setTimeout(&quot;WebForm_DoCallback(......);&quot;,0);</P><P>}</P>]]></description><category>ESRI WebADF CallBack</category><author>grefly</author><pubDate>Fri, 18 Apr 2008 12:29:50 -0700</pubDate><guid isPermalink="false">trailfire:markId:209249</guid></item></channel></rss>
