how to cache a page with multiview control?

  • Thread starter Thread starter stupy1
  • Start date Start date
S

stupy1

I have a number of relatively static pages with a multivew control on
each of them. What I'd like to do is cache these pages with either the
outputcache directive or cache API. I've tried the outputcache with
VaryByControl="MultiViewName" or with VaryByParam="none". When I do
this only the first view I select resides in memory.

Is there some way to cache the multiview control?

thanks much,
Justin
 
Back
Top