i have an ASP.net/C# applicatin in which i have Header / Footer / Main Menu / Side panel
in master page. i want these items to be loaded only first time and be cached in client side,
and on later post backs it should get from cached HTML.
Also i have functioning Popup panel which is positioned off screen, clicking a button will bring it on screen.
this user control includes html/javascript/ js files, and this html is not going to change for a couple of days, so i want these to
be cached on client side as well.
…Thanks for any suggestion…
you can use
OutputCachefor this