<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>[How Do I:] Implement the AJAX After Processing Pattern?</title><link>http://www.asp.net</link><pubDate>Tue, 06 Oct 2009 14:44:20 GMT</pubDate><generator>umbraco</generator><description>Comments for [How Do I:] Implement the AJAX After Processing Pattern?</description><language>en</language><atom:link href="http://www.asp.net/rss/comments/33612" rel="self" type="application/rss+xml" /><item><title>Comment Posted by cv_vikram</title><link>http://www.asp.net/web-forms/videos/aspnet-ajax/how-do-i-implement-the-ajax-after-processing-pattern</link><pubDate>Thu, 07 Aug 2008 08:06:09 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000001435</guid><description><![CDATA[ <p>Good tutorial..thanks</p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/cv_vikram.jpg?forceidenticon=false&amp;dt=635047674000000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by stapes</title><link>http://www.asp.net/web-forms/videos/aspnet-ajax/how-do-i-implement-the-ajax-after-processing-pattern</link><pubDate>Thu, 19 Feb 2009 05:30:19 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000001436</guid><description><![CDATA[ <p>The downloaded C# code does not work. It does not even build. If you are going to give sample code, then at least make sure it works.</p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/stapes.jpg?forceidenticon=false&amp;dt=635047674000000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by zhang_fei</title><link>http://www.asp.net/web-forms/videos/aspnet-ajax/how-do-i-implement-the-ajax-after-processing-pattern</link><pubDate>Thu, 30 Apr 2009 00:11:38 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000001437</guid><description><![CDATA[ <p>thank you</p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/zhang_fei.jpg?forceidenticon=false&amp;dt=635047674000000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by sobinscott</title><link>http://www.asp.net/web-forms/videos/aspnet-ajax/how-do-i-implement-the-ajax-after-processing-pattern</link><pubDate>Tue, 23 Jun 2009 02:59:36 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000001438</guid><description><![CDATA[ <p>What the HELL! your sample C# code does not work.Why do you put such sample code here?Put it in waste bin!!!</p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/sobinscott.jpg?forceidenticon=false&amp;dt=635047674000000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by faltintas</title><link>http://www.asp.net/web-forms/videos/aspnet-ajax/how-do-i-implement-the-ajax-after-processing-pattern</link><pubDate>Thu, 30 Jul 2009 08:20:47 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000001439</guid><description><![CDATA[ <p>It&#39;s working with ie 7 but not working with firefox. </p><p>Is there any solution to solve this problem ?</p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/faltintas.jpg?forceidenticon=false&amp;dt=635047674000000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by prolingua.geo</title><link>http://www.asp.net/web-forms/videos/aspnet-ajax/how-do-i-implement-the-ajax-after-processing-pattern</link><pubDate>Tue, 25 Aug 2009 13:11:28 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000001440</guid><description><![CDATA[ <p>Hi there,</p><p>the javascript code :</p><p>document.sw.disp1.value=Display(cmin1,csec1);</p><p>doesn&#39;t work for me, so I changed into</p><p>document.getElementById(&quot;disp1&quot;).value = Display(cmin1, csec1);</p><p>and it works.</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/prolingua.geo.jpg?forceidenticon=false&amp;dt=635047674000000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by NewDeveloper1</title><link>http://www.asp.net/web-forms/videos/aspnet-ajax/how-do-i-implement-the-ajax-after-processing-pattern</link><pubDate>Tue, 06 Oct 2009 14:44:20 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000001441</guid><description><![CDATA[ <p>The only problem with the C# is this line:</p><p></p><p>&lt;input type=&quot;text&quot; name=&quot;disp1&quot; size=&quot;9&quot; /&gt;</p><p></p><p>change it to:</p><p></p><p>&lt;input type=&quot;text&quot; id=&quot;disp1&quot; size=&quot;9&quot; /&gt; (change &quot;name&quot; to &quot;id&quot;)</p><p></p><p>it works fine.</p><p></p><p>Thanks.</p><p></p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/NewDeveloper1.jpg?forceidenticon=false&amp;dt=635047674000000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item></channel></rss>