Click here to Skip to main content
15,910,981 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Image control problem Pin
Waheed Ur Rehman13-Oct-08 22:45
Waheed Ur Rehman13-Oct-08 22:45 
Generalcode for HTTP COMPRESSION for asp.net1.1 Pin
attalurisubbu13-Oct-08 4:28
attalurisubbu13-Oct-08 4:28 
GeneralRe: code for HTTP COMPRESSION for asp.net1.1 Pin
Ashfield13-Oct-08 4:53
Ashfield13-Oct-08 4:53 
JokeRe: code for HTTP COMPRESSION for asp.net1.1 Pin
Vasudevan Deepak Kumar13-Oct-08 8:38
Vasudevan Deepak Kumar13-Oct-08 8:38 
GeneralRe: code for HTTP COMPRESSION for asp.net1.1 Pin
Colin Angus Mackay13-Oct-08 12:13
Colin Angus Mackay13-Oct-08 12:13 
GeneralRe: code for HTTP COMPRESSION for asp.net1.1 Pin
Vasudevan Deepak Kumar13-Oct-08 14:12
Vasudevan Deepak Kumar13-Oct-08 14:12 
GeneralRe: code for HTTP COMPRESSION for asp.net1.1 Pin
Mark Churchill13-Oct-08 19:33
Mark Churchill13-Oct-08 19:33 
QuestionPreventing back button after loggin out? Pin
samerh13-Oct-08 3:30
samerh13-Oct-08 3:30 
Hi all,
I have developed an applciation where i have placed a log out link in the master page which redirects to a lout.aspx page where i have placed in the code behind the following code:
Session.RemoveAll()
Response.Redirect("~/Default.aspx")

I am being redirected to the login page but when i press back from the back button in IE7 iam being able to see the last page the user was logged in. How can i prevent that taking into consideration that i dont want to delete the back button in all the web pages, however i need to disable it in the login.aspx page only.
P.S. I have tried the JS
<script language="javascript">history.forward(1);</script>
in the Login.aspx page.
thanks
AnswerRe: Preventing back button after loggin out? [modified] Pin
HemJoshi13-Oct-08 3:36
HemJoshi13-Oct-08 3:36 
AnswerRe: Preventing back button after loggin out? Pin
N a v a n e e t h13-Oct-08 3:45
N a v a n e e t h13-Oct-08 3:45 
GeneralRe: Preventing back button after loggin out? Pin
samerh13-Oct-08 4:04
samerh13-Oct-08 4:04 
GeneralRe: Preventing back button after loggin out? Pin
N a v a n e e t h13-Oct-08 4:49
N a v a n e e t h13-Oct-08 4:49 
GeneralRe: Preventing back button after loggin out? Pin
samerh13-Oct-08 19:38
samerh13-Oct-08 19:38 
AnswerRe: Preventing back button after loggin out? Pin
Abhijit Jana13-Oct-08 3:47
professionalAbhijit Jana13-Oct-08 3:47 
AnswerRe: Preventing back button after loggin out? Pin
Alok Sharma ji14-Oct-08 0:53
Alok Sharma ji14-Oct-08 0:53 
Questionusing password recovery option in asp.net c# [modified] Pin
Alok Sharma ji13-Oct-08 2:35
Alok Sharma ji13-Oct-08 2:35 
AnswerRe: using password recovery option in asp.net c# Pin
N a v a n e e t h13-Oct-08 2:37
N a v a n e e t h13-Oct-08 2:37 
GeneralRe: using password recovery option in asp.net c# Pin
eyeseetee13-Oct-08 2:38
eyeseetee13-Oct-08 2:38 
AnswerRe: using password recovery option in asp.net c# Pin
eyeseetee13-Oct-08 2:38
eyeseetee13-Oct-08 2:38 
QuestionUrl Redirect Pin
krishnaveer13-Oct-08 2:00
krishnaveer13-Oct-08 2:00 
AnswerRe: Url Redirect Pin
Brij13-Oct-08 2:17
mentorBrij13-Oct-08 2:17 
GeneralRe: Url Redirect Pin
krishnaveer13-Oct-08 2:27
krishnaveer13-Oct-08 2:27 
AnswerRe: Url Redirect Pin
N a v a n e e t h13-Oct-08 2:32
N a v a n e e t h13-Oct-08 2:32 
QuestionASP.NET Mail Pin
Satish_S13-Oct-08 1:42
Satish_S13-Oct-08 1:42 
AnswerRe: ASP.NET Mail Pin
N a v a n e e t h13-Oct-08 2:34
N a v a n e e t h13-Oct-08 2:34 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.