Hi Friends,
Why we use Fragment Caching in ASP.NET?
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
SenthilkumarPosted Mar 6, 2012, 3:13 AM
In web page, there may be a part of page always static and it need not be loaded/rendered from the server again and again.
There is an need to cache the static portion of the web page and has to be used for all the sub sequent request.
The static content like master header, left menu, footer menu has to be moved into the web user control. These web user control has to be declared as outputcache statement.
Hemant KumarPosted Mar 6, 2012, 12:50 AM