HI

I have developed a web site. In the web site, the user can see view his details if he has logged in. In case user has not logged in, then the login screen is displayed, where the user logs in . In the details page, if the user clicks on the browser BACK button, he is taken back to login screen, but the password is not displayed.

Now, the user can again click on the browser's FORWARD button to view the account details.

I don't want this to be working this way. Even if the user clicks FORWARD button, he should not be able to proceed to details page without entering the pasword in login screen.

How can I do this with ASP.NET ?

Thanking in Advance