I want cache output stream in asp.net. For example I want cache the html result of a grid after rendering.because of my grid filled by some parameters, I can't use a cached usercontrol. I can't cache page so.Now I cache DB result, but asp .net process in my pages is high and I want to pass it.How can I do it?