0
kicks
How to cache a page output in ASP.NET
If your ASP.NET page contains processing and db calls and you know that it's output is not changing that frequently then you must cache you page out. It is easy to do this in ASP.NET..