Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > How to disable the IE Back button

Reply
Thread Tools

How to disable the IE Back button

 
 
Raghu Raman
Guest
Posts: n/a
 
      10-28-2004


Hi,

we are doing an in house project in c#.net(asp.net).We wanted to close
our application when ever the user presses the SIGNOUT button. Even
though we programtically disconnects them from the database,when we
press the Internet explorers Back button ,all the browsed pages are
displayed with the data**.

1.could you pls tell me how to disable the back-button of IE

AND

2. How to Globally disconnect a user when he presses any button (like
signout of YAHOO,REDIFF ETC).


With Thanks
Raghuraman(a drop in the ocean)

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
 
Reply With Quote
 
 
 
 
Saravana
Guest
Posts: n/a
 
      10-28-2004
Hi,

You cant disable the back button alone, but you can disable whole toolbar
using window.open options. Other option is disable caching of your pages,
for more details refere this link
http://www.extremeexperts.com/Net/Ar...stoFooter.aspx



--
Saravana
http://dotnetjunkies.com/WebLog/saravana/
www.ExtremeExperts.com


"Raghu Raman" <> wrote in message
news:#...
>
>
> Hi,
>
> we are doing an in house project in c#.net(asp.net).We wanted to close
> our application when ever the user presses the SIGNOUT button. Even
> though we programtically disconnects them from the database,when we
> press the Internet explorers Back button ,all the browsed pages are
> displayed with the data**.
>
> 1.could you pls tell me how to disable the back-button of IE
>
> AND
>
> 2. How to Globally disconnect a user when he presses any button (like
> signout of YAHOO,REDIFF ETC).
>
>
> With Thanks
> Raghuraman(a drop in the ocean)
>
> *** Sent via Developersdex http://www.developersdex.com ***
> Don't just participate in USENET...get rewarded for it!



 
Reply With Quote
 
 
 
 
Scott Allen
Guest
Posts: n/a
 
      10-28-2004
Hi Raghu:

The best way to disable the Back button is (and this may sound funny,
but I'm being serious) to write your own browser. Seriously. Even if
you try to hide the back button, users can hit the backspace key or
use Alt + LeftArrow.

A better approach is to come to an understanding of why users love the
Back button, and write your application to become one with the back
button.

--
Scott
http://www.OdeToCode.com/blogs/scott/

On Thu, 28 Oct 2004 06:00:19 -0700, Raghu Raman
<> wrote:

>
>
>Hi,
>
>we are doing an in house project in c#.net(asp.net).We wanted to close
>our application when ever the user presses the SIGNOUT button. Even
>though we programtically disconnects them from the database,when we
>press the Internet explorers Back button ,all the browsed pages are
>displayed with the data**.
>
>1.could you pls tell me how to disable the back-button of IE
>
>AND
>
>2. How to Globally disconnect a user when he presses any button (like
>signout of YAHOO,REDIFF ETC).
>
>
>With Thanks
>Raghuraman(a drop in the ocean)
>
>*** Sent via Developersdex http://www.developersdex.com ***
>Don't just participate in USENET...get rewarded for it!


 
Reply With Quote
 
Raghu Raman
Guest
Posts: n/a
 
      10-29-2004


Hi ,

Thanks to al f u . i will try using the window.open options & i hope the
better way is to deal with the Cache.


Thanks
Raghu

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
 
Reply With Quote
 
Raghu Raman
Guest
Posts: n/a
 
      10-29-2004




Hi ,

Thanks sarvan . i will try using the window.open options & i hope the
better way is to deal with the Cache.


Thanks
Raghu

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
 
Reply With Quote
 
Alex
Guest
Posts: n/a
 
      10-29-2004
Hi. If you are using Forms authentication it should not happen that, even
when you hit the back button it will ask for user name and password again.

Regards,
Alejandro Penate-Diaz.

"Raghu Raman" <> wrote in message
news:%...
>
>
> Hi,
>
> we are doing an in house project in c#.net(asp.net).We wanted to close
> our application when ever the user presses the SIGNOUT button. Even
> though we programtically disconnects them from the database,when we
> press the Internet explorers Back button ,all the browsed pages are
> displayed with the data**.
>
> 1.could you pls tell me how to disable the back-button of IE
>
> AND
>
> 2. How to Globally disconnect a user when he presses any button (like
> signout of YAHOO,REDIFF ETC).
>
>
> With Thanks
> Raghuraman(a drop in the ocean)
>
> *** Sent via Developersdex http://www.developersdex.com ***
> Don't just participate in USENET...get rewarded for it!



 
Reply With Quote
 
Raghu Raman
Guest
Posts: n/a
 
      10-29-2004
DEAR Alex,

ya, am using the forms authentication. but am having the virtual dir in
a local system which am working in.

Shall i have to change any property, method etc.


With Regards
Raghu



*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
 
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
disable the back button provide the users with my own button to go back. sylvia sil ASP .Net 1 12-29-2004 04:41 PM
Disable back button =?Utf-8?B?UGF1bA==?= ASP .Net 2 12-25-2004 10:43 AM
Disable Submit Button on Post back and On Submit in ASP.net Ghafran Abbas ASP .Net 0 10-12-2004 06:11 PM
Disable back button Shalva ASP .Net 1 01-15-2004 07:38 PM
back button - disable belgie ASP .Net 4 07-26-2003 06:19 PM



Advertisments