Caching Question

  • Thread starter Thread starter SamIAm
  • Start date Start date
S

SamIAm

Hi

I have a join page where users enter info to join a site. The page never
changes so I would like to cache it. How do I stop the page caching on the
PostBack. i.e. the same page is being served again instead of processing the
PostBack?

Thanks,

S
 
Something similar to this line <%@ OutputCache Duration="120" %>

look up msdn on outputcache. HTH

HD
 
Back
Top