There's not really a great way to do this.
I've heard of some people having some luck with the javascript
history.forward() method.
Another way is to pop open a new window, which will have no history and so
the back button will be disabled.
You can also try expiring the previous page.
To prevent such page caching, use this code:
Response.Expires = 0
Response.Cache.SetNoStore()
Response.AppendHeader("Pragma", "no-cache")
--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net
"joseph blayil via .NET 247" <> wrote in message
news:...
> (Type your message here)
>
> --------------------------------
> From: joseph blayil
>
> i want to disable backward navigation of the browser
> eg: after signing out of yahoo we can't go to the last page visited
>
> -----------------------
> Posted by a user from .NET 247 (http://www.dotnet247.com/)
>
> <Id>rjCZI+Gm2EqhSoJzdoHbOA==</Id>