Click here to Skip to main content
15,899,314 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionon right click on LinkButton if we chose to "Open in new tab/window " it doesn't work Pin
yogita charhate20-May-07 23:20
yogita charhate20-May-07 23:20 
AnswerRe: on right click on LinkButton if we chose to "Open in new tab/window " it doesn't work Pin
badgrs20-May-07 23:52
badgrs20-May-07 23:52 
QuestionCache not working Properly in ASP.NET 2.0 Pin
rsp702320-May-07 23:08
rsp702320-May-07 23:08 
AnswerRe: Cache not working Properly in ASP.NET 2.0 Pin
Sandeep Akhare21-May-07 0:24
Sandeep Akhare21-May-07 0:24 
GeneralRe: Cache not working Properly in ASP.NET 2.0 Pin
rsp702321-May-07 1:00
rsp702321-May-07 1:00 
Questiontab index in asp.net 2.0 Pin
aransiola20-May-07 23:02
aransiola20-May-07 23:02 
AnswerRe: tab index in asp.net 2.0 Pin
Harini N K20-May-07 23:18
Harini N K20-May-07 23:18 
Questionproblem with browser back button...plz help me...its urgent Pin
pradeep kumarappagari20-May-07 22:08
pradeep kumarappagari20-May-07 22:08 
Hi...

If i press signout i am redirecting to logout page, there if i click browser back button then it is was showing all the previous pages which i navigated through from login page.

To avoid this i used fallowing code in the page_load event of all the pages which i dont want to show when i click browser back button.

Response.Buffer=true;
Response.ExpiresAbsolute=DateTime.Now.AddDays(-1d);
Response.Expires = -1500;
Response.CacheControl ="no-cache";

But my problem is, when i press sign out button and then if i click browser back button it is not showing the pages which i used above code, but before signout if i press browser back button then also it is not showing the previous pages which i navigated through from login page, i dont want to happen this. when i signout then only i want to happen this.

Like what exactly is happening in yahoomail.com. before signout we can navigate through previous pages using browser back button but not after signout.

Please help me regarding this its very urgent for me...


Pradeep Reddy

AnswerRe: problem with browser back button...plz help me...its urgent Pin
wEb GuRu...20-May-07 22:31
wEb GuRu...20-May-07 22:31 
GeneralRe: problem with browser back button...plz help me...its urgent Pin
pradeep kumarappagari21-May-07 1:58
pradeep kumarappagari21-May-07 1:58 
AnswerRe: problem with browser back button...plz help me...its urgent Pin
Laxmikant Lad20-May-07 23:03
Laxmikant Lad20-May-07 23:03 
GeneralRe: problem with browser back button...plz help me...its urgent Pin
pradeep kumarappagari21-May-07 1:56
pradeep kumarappagari21-May-07 1:56 
AnswerRe: problem with browser back button...plz help me...its urgent Pin
kumarjammula21-May-07 0:13
kumarjammula21-May-07 0:13 
GeneralRe: problem with browser back button...plz help me...its urgent Pin
Christian Graus21-May-07 1:40
protectorChristian Graus21-May-07 1:40 
GeneralRe: problem with browser back button...plz help me...its urgent Pin
pradeep kumarappagari21-May-07 1:57
pradeep kumarappagari21-May-07 1:57 
AnswerRe: problem with browser back button...plz help me...its urgent Pin
Sandeep Akhare21-May-07 1:39
Sandeep Akhare21-May-07 1:39 
AnswerRe: problem with browser back button...plz help me...its urgent Pin
Sathesh Sakthivel21-May-07 2:22
Sathesh Sakthivel21-May-07 2:22 
QuestionAligninig elements on User Control Pin
zamiran20-May-07 22:01
zamiran20-May-07 22:01 
AnswerRe: Aligninig elements on User Control Pin
badgrs20-May-07 23:56
badgrs20-May-07 23:56 
Questionhosting a wcf service in asp.net 2.0 Pin
Glenn D'souza20-May-07 21:31
Glenn D'souza20-May-07 21:31 
Questionhow to insert Stop Watch in Online examination Pin
nareshss20-May-07 21:19
nareshss20-May-07 21:19 
AnswerRe: how to insert Stop Watch in Online examination Pin
Christian Graus20-May-07 21:52
protectorChristian Graus20-May-07 21:52 
GeneralRe: how to insert Stop Watch in Online examination Pin
nareshss20-May-07 22:08
nareshss20-May-07 22:08 
AnswerRe: how to insert Stop Watch in Online examination Pin
wEb GuRu...20-May-07 22:11
wEb GuRu...20-May-07 22:11 
GeneralRe: how to insert Stop Watch in Online examination Pin
nareshss21-May-07 0:08
nareshss21-May-07 0:08 

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.