How Do I: Implement the AJAX Paging Pattern?

In this video we see how to use ASP.NET AJAX to implement the paging pattern, which enables the ASP.NET application to present a large amount of data as being separated into smaller “pages” of data, and allow the user to move forward and backward among the pages.

Presented by Joe Stagner

Duration: 27 minutes, 12 seconds

Date: 6 March 2007

Watch the video   |   Download the video   |   Get VB code  or  C# code

Video downloads: WMV | Zune | iPod | PSP | MPEG-4 | 3GP

Audio downloads: AAC | WMA | MPEG-4 | MPEG-3 | MPEG-2

Comments : 1

Leave a Comment

Wardgp : On May 31, 2008 9:37 PM said:

Joe,

 I got this one working and I found this problem while testing.  Every so often when counting down from page 4 to page 1 I get the label to read page 1 but the page is still showing page 2 data.  I'm doing the C# versions using Visual Studio 2008. Any ideas?

Leave a Comment

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