1
Reply

What are the steps to follow to cache parts of web form?

Sapna

Sapna

Jul 23, 2011
7.3k
0

    Identify the object of the page to be cached and created them in web user control., you must determine the caching policies for the user controls. You can set these policies declaratively, using the @ OutputCache directive, or programmatically, using the PartialCachingAttribute class when creating your user control in a code-behind class.

    mithun v
    August 06, 2011
    0