Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Force reload of ASP page after processing

Reply
Thread Tools

Force reload of ASP page after processing

 
 
Sia Jai Sung
Guest
Posts: n/a
 
      01-02-2004
I have an ASP page, when user click submit button, it will do some
processing and redirect to another page.
Once the user redirected to other page I want to clear the cache of current
page, so that user can not use Back button
to move back to it. If they do, they will get a reloaded version, without
the old data.
How to do it?

Thanks


 
Reply With Quote
 
 
 
 
Nick
Guest
Posts: n/a
 
      01-02-2004
If you use Response.Redirect() there is an options to end response by
setting a boolean value. You might want to take a look at this. You can
also change the CacheTime in the header information to be 0.

"Sia Jai Sung" <@thunder@stormex@yahoo@com> wrote in message
news:...
> I have an ASP page, when user click submit button, it will do some
> processing and redirect to another page.
> Once the user redirected to other page I want to clear the cache of

current
> page, so that user can not use Back button
> to move back to it. If they do, they will get a reloaded version, without
> the old data.
> How to do it?
>
> Thanks
>
>



 
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
Nike air force one, air force 1, air force one low cut, air force one salewholeta@163.com Digital Photography 3 12-31-2008 04:29 PM
Nike Air Force Ones,Air Force One Air Force One-1 lky52193@gmail.com Computer Support 0 01-17-2008 04:40 PM
Nike Air Force Ones,Air Force One Air Force One-1,25th anniversary lky52112@gmail.com Digital Photography 0 01-15-2008 04:46 PM
Nike Air Force Ones,Air Force One Air Force One-1,25th anniversary lky52112@gmail.com Digital Photography 0 01-15-2008 04:34 PM
Force reload after user changes browser size Paul Javascript 3 11-06-2003 12:49 PM



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