Delay Content Loading with AJAX.NET Toolkit
A while back I wrote an article for CodeProject that was just a simple demonstration of how to load portions of content after the initial page load using AJAX.NET.
Basically, using a timer and an update panel, this user control loads some RSS headlines after the initial page load. Simple and straightforward. Sample code is provided in VB and C# and there is also an online demo.