Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Control of the Page Cache

Reply
Thread Tools

Control of the Page Cache

 
 
Jeremy
Guest
Posts: n/a
 
      12-03-2003
I'm trying to prevent a page update (postback) being cached in the browser,
so if a user hits a link on page A and enters my webform page B, hits a few
buttons (each of which results in a postback), and then hits Back, he is
taken back to page A.

Can this be done ?


 
Reply With Quote
 
 
 
 
Saravana [MVP]
Guest
Posts: n/a
 
      12-03-2003
Check out this faq,
http://www.extremeexperts.com/Net/FA...ackButton.aspx

--
Saravana
Microsoft MVP - ASP.NET
www.extremeexperts.com



"Jeremy" <> wrote in message
news:...
> I'm trying to prevent a page update (postback) being cached in the

browser,
> so if a user hits a link on page A and enters my webform page B, hits a

few
> buttons (each of which results in a postback), and then hits Back, he is
> taken back to page A.
>
> Can this be done ?
>
>



 
Reply With Quote
 
 
 
 
JezB
Guest
Posts: n/a
 
      12-04-2003
I cant get this to work, where does this code go ?

"Saravana [MVP]" <> wrote in message
news:%...
> Check out this faq,
> http://www.extremeexperts.com/Net/FA...ackButton.aspx
>
> --
> Saravana
> Microsoft MVP - ASP.NET
> www.extremeexperts.com
>
>
>
> "Jeremy" <> wrote in message
> news:...
> > I'm trying to prevent a page update (postback) being cached in the

> browser,
> > so if a user hits a link on page A and enters my webform page B, hits a

> few
> > buttons (each of which results in a postback), and then hits Back, he is
> > taken back to page A.
> >
> > Can this be done ?
> >
> >

>
>



 
Reply With Quote
 
Saravana [MVP]
Guest
Posts: n/a
 
      12-05-2003
You can write it page_load itself.

--
Saravana
Microsoft MVP - ASP.NET
www.extremeexperts.com



"JezB" <> wrote in message
news:...
> I cant get this to work, where does this code go ?
>
> "Saravana [MVP]" <> wrote in message
> news:%...
> > Check out this faq,
> > http://www.extremeexperts.com/Net/FA...ackButton.aspx
> >
> > --
> > Saravana
> > Microsoft MVP - ASP.NET
> > www.extremeexperts.com
> >
> >
> >
> > "Jeremy" <> wrote in message
> > news:...
> > > I'm trying to prevent a page update (postback) being cached in the

> > browser,
> > > so if a user hits a link on page A and enters my webform page B, hits

a
> > few
> > > buttons (each of which results in a postback), and then hits Back, he

is
> > > taken back to page A.
> > >
> > > Can this be done ?
> > >
> > >

> >
> >

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
output cache problem : when any user control registered on a page page not cached SharpSmith@gmail.com ASP .Net 0 11-23-2006 07:28 PM
no-cache - need to reload page from server and not the cache John HTML 2 10-29-2006 05:35 PM
How can I cache a user control in a page and uncache it in another page? Quentin Huo ASP .Net 1 08-06-2004 05:33 PM
Page.Cache vs HttpContext.Current.Cache DesignerX ASP .Net 5 01-20-2004 10:55 PM
View source while using Cache-Control: no-cache in frames Yaron Cohen Javascript 0 11-19-2003 10:06 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57