Re: Keeping pages out of cache- need to return to server...
From: Kevin Spencer (kspencer_at_takempis.com)
Date: 10/29/04
- Next message: Aren Cambre: "Re: When MailMessage.BodyFormat = MailFormat.Html, SmtpMail.Send throws exception"
- Previous message: tshad: "Re: After PostBack - back to same place on page"
- In reply to: Charlie: "Keeping pages out of cache- need to return to server..."
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 29 Oct 2004 11:43:49 -0400
First aof all, Charlie, you might want to set up IE not to display friendly
HTTP error messages. They aren't friendly at all to us developers. I'm not
sure who they are supposed to be friendly to. Friendly HTTP error messages
tell you nothing at all.
Just guessing, due to the lack of information, but if the last page did a
PostBack, you would not be able to navigate back to it without refreshing
the page and re-posting the form.
-- HTH, Kevin Spencer .Net Developer Microsoft MVP I get paid good money to solve puzzles for a living "Charlie" <cfineblum@radiustravel.com> wrote in message news:OAyclgcvEHA.3624@TK2MSFTNGP09.phx.gbl... > Hi: > > I'm using the following directive in my asp.net pages to instruct browser to > not cache pages. However, when I click back button, it does not return to > server to get a fresh page, it just displays error page saying "page can not > be displayed". Looks like page is not being cached, but new page is not > being returned from server. > > <% @OutputCache Duration = "1" VarybyParm = "none" Location="none" %> > > Thanks, > Charlie > >
- Next message: Aren Cambre: "Re: When MailMessage.BodyFormat = MailFormat.Html, SmtpMail.Send throws exception"
- Previous message: tshad: "Re: After PostBack - back to same place on page"
- In reply to: Charlie: "Keeping pages out of cache- need to return to server..."
- Messages sorted by: [ date ] [ thread ]