Welcome to Bangladesh Microsoft Technology Community Sign in | Join | Help

Thursday, November 16, 2006 - Posts

Cache Invalidation for Dynamic pages in Asp.net 2.0

Asp.net 2.0 supports database cache dependencies. So changes in the Tables data can be notified and cache can expire. This is a very handy feature. Here is how we can do this <@ outputcache duration= "7200" varybyparam="CustomerID" sqldependency="DatabaseName:Customer"
posted by Shahed | 0 Comments