Caching - simple question!

A

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
 
A

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top