Implementing Partial Page Caching in ASP.NET
In this tutorial we'll look at a simple example of how to cache just a specific section of a page using a custom user control. The contents of this control will be updated on demand based on a duration parameter. When this duration expires the data in the drop down is pulled again from the database.
Kevin Koch
Kevin Koch is a senior software engineer with over 8 years experience designing and architecting primarily web based applications. Fresh out of college during the nineties he co-founded Task Solutions and developed several projects with the then popular classic ASP.
During the Dot Com boom Kevin left his position as president and joined a new venture to build an enterprise insurance claim system build upon J2EE technology. After the Dot Com crash Kevin schooled himself to become an expert with .NET technology and is currently freelancing his ASP.NET skills to build enterprise n-tier frameworks using advanced OO methodologies.