Page view counter

[How Do I:] Implement the AJAX Incremental Page Display Pattern?

Please install Silverlight or click download to watch video locally.

Traditionally when a Web page is requested, the user must wait while the entire page is retrieved from the server after which the complete page appears suddenly in the browser. This video demonstrates how the AJAX Incremental Page Display Pattern improves the user experience by quickly and smoothly fetching and displaying portions of the Web page.

Presented by Joe Stagner

Duration: 11 minutes, 47 seconds

Date: 05 March 2007

Watch    Video   |   Download    Video   |   VB Code    C# Code

Video downloads: WMV

Audio downloads:

Comments : 10

Leave a Comment

Raime910 : On April 14, 2008 12:36 AM said:

Hi Joe! I have a quick question about update progress control.

Here's what I'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!

- Rai

Raime910 : On April 14, 2008 1:38 AM said:

EEEEPPP! AssociatedUpdatePanelID answered my question. I wasn't looking deeper into the attributes. Sorry.

JoeStagner : On April 14, 2008 9:03 PM said:

:) No problem, thanks for the update !

scott@elbandit.co.uk : On May 22, 2008 7:34 AM said:

Hello Joe,

Is this the same pattern used to populate the 'Recommended Reading' section when viewng a users profile e.g. when you click on your name:

forums.asp.net/.../JoeStagner.aspx.

Cheers Scott

cv_vikram : On August 06, 2008 1:57 PM said:

Very good tutorial...thanks

inferano : On August 19, 2008 7:20 AM said:

Hi Joe,

This one is a very good "How do I?"

Is there a way to use the Page's methods instead of calling the Webmethods?

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.

mburhan : On October 27, 2008 6:41 AM said:

Hi Joe,

this one is a nice tutorial,

it raised one question in my mind.

I have a Repeater control that is populated with tons of data.

Now what happens, when the page load complete it appears suddenly in the browser.

That Incremental page load pattern will work for repeater control for it loads data and if I press ESC button, the process stops.

djibril_chimere_DIAW : On December 30, 2008 8:23 AM said:

Thanks! Jërëjëf!

Jeison : On May 27, 2009 9:04 AM said:

Yummy

ScriptStudios : On July 01, 2009 3:41 PM said:

Too bad this doesn't work with images. Or at least I can't get it to work with images.

If I attempt to return an html img tag, nothing shows up.

The killer thing is that the SPACE for the image shows up (it pushes everything down) but the image itself does not render.

Any idea why this is?

Leave a Comment

You must be logged in to leave a comment. Click here to log in.

Microsoft Communities