Click here to Skip to main content
15,900,435 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Problem using panels Pin
John-ph16-Oct-07 23:48
John-ph16-Oct-07 23:48 
GeneralRe: Problem using panels Pin
M_Menon17-Oct-07 0:15
M_Menon17-Oct-07 0:15 
GeneralRe: Problem using panels Pin
John-ph17-Oct-07 0:22
John-ph17-Oct-07 0:22 
QuestionHow to prevent user click back button after log out? Pin
bug_aonz16-Oct-07 22:57
bug_aonz16-Oct-07 22:57 
AnswerRe: How to prevent user click back button after log out? Pin
N a v a n e e t h16-Oct-07 23:01
N a v a n e e t h16-Oct-07 23:01 
AnswerRe: How to prevent user click back button after log out? Pin
John-ph16-Oct-07 23:25
John-ph16-Oct-07 23:25 
AnswerRe: How to prevent user click back button after log out? Pin
varshavmane16-Oct-07 23:32
varshavmane16-Oct-07 23:32 
AnswerRe: How to prevent user click back button after log out? Pin
Sandeep Kumar17-Oct-07 0:13
Sandeep Kumar17-Oct-07 0:13 
Hi....

you write these lines in every page in pageload event....so that all the pages will be displaying as page expired so at that time user need to login again to get that page.

Response.ExpiresAbsolute = DateTime.Now.AddDays(-1);<br />
       Response.Expires = -1500;<br />
       Response.Cache.SetNoStore();<br />
       Response.CacheControl = "no-cache";


Regards,
Sandeep Kumar.V

AnswerRe: How to prevent user click back button after log out? Pin
bug_aonz17-Oct-07 16:22
bug_aonz17-Oct-07 16:22 
QuestionInstallation help...... Pin
SUDHAKAR PALLAM16-Oct-07 22:57
SUDHAKAR PALLAM16-Oct-07 22:57 
AnswerRe: Installation help...... Pin
Sandeep Kumar17-Oct-07 0:16
Sandeep Kumar17-Oct-07 0:16 
QuestionAccessing FTP and display the folder structure Pin
Wesley Samuel16-Oct-07 22:42
Wesley Samuel16-Oct-07 22:42 
QuestionHow to programmatically bind the dropdownlist in gridview's edititemtemplate? Pin
stroberi16-Oct-07 22:41
stroberi16-Oct-07 22:41 
QuestionError Deleting File or Folder Pin
pavya_Cool16-Oct-07 22:31
pavya_Cool16-Oct-07 22:31 
AnswerRe: Error Deleting File or Folder Pin
Sandeep Akhare16-Oct-07 22:42
Sandeep Akhare16-Oct-07 22:42 
AnswerRe: Error Deleting File or Folder Pin
N a v a n e e t h16-Oct-07 22:48
N a v a n e e t h16-Oct-07 22:48 
QuestionClick Browsers Button Display the Message [modified] Pin
Rinki Mukheraji16-Oct-07 22:20
Rinki Mukheraji16-Oct-07 22:20 
AnswerRe: Click Browsers Button Display the Message Pin
Pete O'Hanlon17-Oct-07 1:32
mvePete O'Hanlon17-Oct-07 1:32 
QuestionInsertion Method Pin
BasharatAli16-Oct-07 22:06
BasharatAli16-Oct-07 22:06 
AnswerRe: Insertion Method Pin
Guffa16-Oct-07 22:17
Guffa16-Oct-07 22:17 
GeneralRe: Insertion Method Pin
BasharatAli16-Oct-07 22:58
BasharatAli16-Oct-07 22:58 
GeneralRe: Insertion Method Pin
Pete O'Hanlon17-Oct-07 1:33
mvePete O'Hanlon17-Oct-07 1:33 
Questionplease help Pin
Sonia Gupta16-Oct-07 21:29
Sonia Gupta16-Oct-07 21:29 
AnswerRe: please help Pin
Pete O'Hanlon16-Oct-07 22:19
mvePete O'Hanlon16-Oct-07 22:19 
GeneralRe: please help Pin
N a v a n e e t h16-Oct-07 22:31
N a v a n e e t h16-Oct-07 22:31 

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.