Home All Groups Group Topic Archive Search About
Author
20 Jan 2006 12:19 AM
Andrew Clancy
Okay my question last night wasnt answered - here's a simpler one:
I have a form user control, I want to cache the first page (with clientside
validation) but turn caching off whenever anyone submits the form. I dont
want cached version of user pages, they're only submitted once each with
different details obviously so varybyparam="*" wont work for me. How do I do
this??
AC

Author
24 Jan 2006 9:53 PM
Alvin Bruney - ASP.NET MVP
You question was probably answered in one of the numerous groups you posted
to. Please don't do that.

There is a cache option in the aspx page that you can set to enable/disable
caching at the page level

--
Regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
The Microsoft Office Web Components Black Book with .NET
Now Available @ www.lulu.com/owc
Forth-coming VSTO.NET - Wrox/Wiley 2006
-------------------------------------------------------



Show quoteHide quote
"Andrew Clancy" <newsATachrenDOTorg> wrote in message
news:e02QrcVHGHA.648@TK2MSFTNGP14.phx.gbl...
> Okay my question last night wasnt answered - here's a simpler one:
> I have a form user control, I want to cache the first page (with
clientside
> validation) but turn caching off whenever anyone submits the form. I dont
> want cached version of user pages, they're only submitted once each with
> different details obviously so varybyparam="*" wont work for me. How do I
do
> this??
> AC
>
>
>