<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 Incremental Page Display Pattern?</title><link>http://asp.net</link><pubDate>Tue, 15 Mar 2011 08:39:54 GMT</pubDate><generator>umbraco</generator><description>Comments for [How Do I:] Implement the AJAX Incremental Page Display Pattern?</description><language>en</language><atom:link href="http://asp.net/rss/comments/33608" rel="self" type="application/rss+xml" /><item><title>Comment Posted by Raime910</title><link>http://asp.net/web-forms/videos/aspnet-ajax/how-do-i-implement-the-ajax-incremental-page-display-pattern</link><pubDate>Mon, 14 Apr 2008 00:36:12 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000001052</guid><description><![CDATA[ <p>Hi Joe! I have a quick question about update progress control.</p> <p>Here&#39;s what I&#39;m trying to do, I have two div tags and 2 buttons, one for each div tags. If I click button 1 it should only show update progress inside div 1 and for button 2 should only show update progress inside div 2. Is there a way where I can tell the update panels who their target is, and only show up when their target is being updated? Thanks! </p> <p>- Rai</p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/Raime910.jpg?forceidenticon=false&amp;dt=635047056600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by Raime910</title><link>http://asp.net/web-forms/videos/aspnet-ajax/how-do-i-implement-the-ajax-incremental-page-display-pattern</link><pubDate>Mon, 14 Apr 2008 01:38:07 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000001053</guid><description><![CDATA[ <p>EEEEPPP! AssociatedUpdatePanelID answered my question. I wasn&#39;t looking deeper into the attributes. Sorry.</p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/Raime910.jpg?forceidenticon=false&amp;dt=635047056600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by JoeStagner</title><link>http://asp.net/web-forms/videos/aspnet-ajax/how-do-i-implement-the-ajax-incremental-page-display-pattern</link><pubDate>Mon, 14 Apr 2008 21:03:46 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000001054</guid><description><![CDATA[ <p>:) No problem, thanks for the update !</p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/JoeStagner.jpg?forceidenticon=false&amp;dt=635047056600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by scott@elbandit.co.uk</title><link>http://asp.net/web-forms/videos/aspnet-ajax/how-do-i-implement-the-ajax-incremental-page-display-pattern</link><pubDate>Thu, 22 May 2008 07:34:58 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000001055</guid><description><![CDATA[ <p>Hello Joe,</p> <p>Is this the same pattern used to populate the &#39;Recommended Reading&#39; section when viewng a users profile e.g. when you click on your name:</p> <p>&lt;a rel=&quot;nofollow&quot; target=&quot;_new&quot; href=&quot;http://forums.asp.net/members/JoeStagner.aspx&quot;&gt;forums.asp.net/.../JoeStagner.aspx&lt;/a&gt;.</p> <p>Cheers Scott</p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/scott@elbandit.co.uk.jpg?forceidenticon=false&amp;dt=635047056600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by cv_vikram</title><link>http://asp.net/web-forms/videos/aspnet-ajax/how-do-i-implement-the-ajax-incremental-page-display-pattern</link><pubDate>Wed, 06 Aug 2008 13:57:25 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000001056</guid><description><![CDATA[ <p>Very good tutorial...thanks</p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/cv_vikram.jpg?forceidenticon=false&amp;dt=635047056600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by inferano</title><link>http://asp.net/web-forms/videos/aspnet-ajax/how-do-i-implement-the-ajax-incremental-page-display-pattern</link><pubDate>Tue, 19 Aug 2008 07:20:23 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000001057</guid><description><![CDATA[ <p>Hi Joe,</p> <p>This one is a very good &quot;How do I?&quot;</p> <p>Is there a way to use the Page&#39;s methods instead of calling the Webmethods?</p> <p>I would also like to know how this technique can be used to load the page during the first Page Load? I would want some static portions of the page to load before the request made to the webserver for some validations return results.</p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/inferano.jpg?forceidenticon=false&amp;dt=635047056600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by mburhan</title><link>http://asp.net/web-forms/videos/aspnet-ajax/how-do-i-implement-the-ajax-incremental-page-display-pattern</link><pubDate>Mon, 27 Oct 2008 06:41:14 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000001058</guid><description><![CDATA[ <p>Hi Joe,</p> <p>this one is a nice tutorial,</p> <p>it raised one question in my mind.</p> <p>I have a Repeater control that is populated with tons of data.</p> <p>Now what happens, when the page load complete it appears suddenly in the browser.</p> <p>That Incremental page load pattern will work for repeater control for it loads data and if I press ESC button, the process stops.</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/mburhan.jpg?forceidenticon=false&amp;dt=635047056600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by djibril_chimere_DIAW</title><link>http://asp.net/web-forms/videos/aspnet-ajax/how-do-i-implement-the-ajax-incremental-page-display-pattern</link><pubDate>Tue, 30 Dec 2008 08:23:11 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000001059</guid><description><![CDATA[ <p>Thanks! J&#235;r&#235;j&#235;f!</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/djibril_chimere_DIAW.jpg?forceidenticon=false&amp;dt=635047056600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by Jeison</title><link>http://asp.net/web-forms/videos/aspnet-ajax/how-do-i-implement-the-ajax-incremental-page-display-pattern</link><pubDate>Wed, 27 May 2009 09:04:50 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000001060</guid><description><![CDATA[ <p>Yummy</p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/Jeison.jpg?forceidenticon=false&amp;dt=635047056600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by ScriptStudios</title><link>http://asp.net/web-forms/videos/aspnet-ajax/how-do-i-implement-the-ajax-incremental-page-display-pattern</link><pubDate>Wed, 01 Jul 2009 15:41:49 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000001061</guid><description><![CDATA[ <p>Too bad this doesn&#39;t work with images.  Or at least I can&#39;t get it to work with images.</p><p></p><p>If I attempt to return an html img tag, nothing shows up.</p><p></p><p>The killer thing is that the SPACE for the image shows up (it pushes everything down) but the image itself does not render.</p><p></p><p>Any idea why this is?</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/ScriptStudios.jpg?forceidenticon=false&amp;dt=635047056600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by bohunt</title><link>http://asp.net/web-forms/videos/aspnet-ajax/how-do-i-implement-the-ajax-incremental-page-display-pattern</link><pubDate>Sat, 08 Aug 2009 08:57:45 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000001062</guid><description><![CDATA[ <p>Thanks Joe, this really will come in usful in my current project!</p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/bohunt.jpg?forceidenticon=false&amp;dt=635047056600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by callelund</title><link>http://asp.net/web-forms/videos/aspnet-ajax/how-do-i-implement-the-ajax-incremental-page-display-pattern</link><pubDate>Tue, 15 Dec 2009 20:09:43 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000001064</guid><description><![CDATA[ <p>Hi and thanks!</p><p>I want to send a variable to the FetchPartOne() from the javascript but can&#180;t get it right. Is there a way?</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/callelund.jpg?forceidenticon=false&amp;dt=635047056600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by neetijoshi</title><link>http://asp.net/web-forms/videos/aspnet-ajax/how-do-i-implement-the-ajax-incremental-page-display-pattern</link><pubDate>Tue, 16 Feb 2010 20:23:43 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000001065</guid><description><![CDATA[ <p>Is there a way I can use this process to fill multiple dropdown list box in a page. Or is there a way dropdown list box can be filled asynchronously in code behind.</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/neetijoshi.jpg?forceidenticon=false&amp;dt=635047056600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by imshakeel</title><link>http://asp.net/web-forms/videos/aspnet-ajax/how-do-i-implement-the-ajax-incremental-page-display-pattern</link><pubDate>Tue, 23 Feb 2010 11:41:28 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000001066</guid><description><![CDATA[ <p>Its really a nice video. My problem is little more than this one.</p><p>There are many grids and charts on page. is it possible that I call web service asynchronous from server and bind data returned from service method to grid. I am doing this, but completed event handler is not being executed. or may be executed before server returns result to client. </p><p></p><p></p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/imshakeel.jpg?forceidenticon=false&amp;dt=635047056600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by nheath</title><link>http://asp.net/web-forms/videos/aspnet-ajax/how-do-i-implement-the-ajax-incremental-page-display-pattern</link><pubDate>Tue, 20 Apr 2010 22:03:35 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000001067</guid><description><![CDATA[ <p>Haha busted --- checking out kelly Ripa where we? IE quicksearch bar top right ;)</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/nheath.jpg?forceidenticon=false&amp;dt=635047056600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by neeerajs</title><link>http://asp.net/web-forms/videos/aspnet-ajax/how-do-i-implement-the-ajax-incremental-page-display-pattern</link><pubDate>Tue, 15 Mar 2011 08:39:54 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000012469</guid><description><![CDATA[ <p>As simple as it can be.</p><p>Good video</p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/neeerajs.jpg?forceidenticon=false&amp;dt=635047056600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item></channel></rss>