Wednesday, December 02, 2009

Replace paging with jQuery and subsonic continuous scrolling method

An interesting article by Rob Conery of SubSonic fame about replacing the typical pattern of paging though resultsets N records at a time with a neat jQuery driven scroll forever approach.  This is not a pattern I see too often but one that to me works very well and one that I am considering using on a side project of mine.

As mentioned in the article the client side starts off by handling the user scrolling down or up to see more content:

Then using an ajax call and SubSonic or any other ORM or Data Access Layer you then get the next N records to display :

Head over to Rob's article for more info.

Posted via email from solution revolution

No comments: