Browse by Tags

All Tags » Caching » ASP.NET (RSS)

Caching techniques for paged GridView by anas

Implementing output cache for the GridView is straight forward if the GridView doesn't require to provide paging functionality. And so , if you don't need paging in the GridView , you can set the output cache on the page level and the GridView will be...
Filed under: , ,

How To Prevent the Page from using its Output Cache Based On Some Condition by anas

Some times you may have a page with output cache enabled , and for some reason you don't want to use its output cache , Take this seanrio: you have a page that displays a Dynamic data , and you have 2 users Viewers: they just View your page. Editors:...
Filed under: ,
More Posts