Click here to Skip to main content
15,902,939 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionRe: On Click of Logout i want to prevent the user from clicking the back button and viewing the data Pin
shraddha190411-May-08 20:10
shraddha190411-May-08 20:10 
AnswerRe: On Click of Logout i want to prevent the user from clicking the back button and viewing the data Pin
Krazy Programmer11-May-08 20:13
Krazy Programmer11-May-08 20:13 
GeneralRe: On Click of Logout i want to prevent the user from clicking the back button and viewing the data Pin
shraddha190411-May-08 20:42
shraddha190411-May-08 20:42 
AnswerRe: On Click of Logout i want to prevent the user from clicking the back button and viewing the data Pin
Christian Graus11-May-08 20:50
protectorChristian Graus11-May-08 20:50 
GeneralRe: On Click of Logout i want to prevent the user from clicking the back button and viewing the data Pin
shraddha190411-May-08 21:09
shraddha190411-May-08 21:09 
GeneralRe: On Click of Logout i want to prevent the user from clicking the back button and viewing the data Pin
Krazy Programmer11-May-08 21:13
Krazy Programmer11-May-08 21:13 
GeneralRe: On Click of Logout i want to prevent the user from clicking the back button and viewing the data Pin
Christian Graus11-May-08 21:29
protectorChristian Graus11-May-08 21:29 
GeneralRe: On Click of Logout i want to prevent the user from clicking the back button and viewing the data Pin
eyeseetee11-May-08 21:38
eyeseetee11-May-08 21:38 
Why dont you try the following

Put Session.Abandon(); in the logout event <b>THEN</b>

on everypage put the following:

if (Session.Count <1)
{
response.redirect("login.aspx")
}
GeneralRe: On Click of Logout i want to prevent the user from clicking the back button and viewing the data Pin
Christian Graus11-May-08 21:56
protectorChristian Graus11-May-08 21:56 
GeneralRe: On Click of Logout i want to prevent the user from clicking the back button and viewing the data Pin
eyeseetee11-May-08 22:01
eyeseetee11-May-08 22:01 
GeneralRe: On Click of Logout i want to prevent the user from clicking the back button and viewing the data Pin
Christian Graus11-May-08 21:28
protectorChristian Graus11-May-08 21:28 
Questionhow to get RichTextBox in .net with c# Pin
sugunavathysubramanian11-May-08 19:28
sugunavathysubramanian11-May-08 19:28 
AnswerRe: how to get RichTextBox in .net with c# Pin
Christian Graus11-May-08 19:58
protectorChristian Graus11-May-08 19:58 
AnswerRe: how to get RichTextBox in .net with c# Pin
Krazy Programmer11-May-08 19:58
Krazy Programmer11-May-08 19:58 
QuestionExcel sheet data searching and its report??? Pin
Karan_TN11-May-08 19:03
Karan_TN11-May-08 19:03 
AnswerRe: Excel sheet data searching and its report??? Pin
Christian Graus11-May-08 20:56
protectorChristian Graus11-May-08 20:56 
QuestionRe: Excel sheet data searching and its report??? Pin
Karan_TN11-May-08 22:44
Karan_TN11-May-08 22:44 
Questionto check userid is available or not ,if not then AutoGenerate USERID Pin
Vbr00711-May-08 9:11
Vbr00711-May-08 9:11 
AnswerRe: to check userid is available or not ,if not then AutoGenerate USERID Pin
Christian Graus11-May-08 12:56
protectorChristian Graus11-May-08 12:56 
Questionlogout problem help me?/// Pin
Vbr00711-May-08 8:07
Vbr00711-May-08 8:07 
AnswerRe: logout problem help me?/// Pin
Christian Graus11-May-08 12:58
protectorChristian Graus11-May-08 12:58 
QuestionProtecting files with HttpHandler - check for right-click...? Pin
NeverHeardOfMe11-May-08 3:02
NeverHeardOfMe11-May-08 3:02 
QuestionUsing DataList Pin
miss nadia11-May-08 2:54
miss nadia11-May-08 2:54 
AnswerRe: Using DataList Pin
Steve Westbrook11-May-08 15:45
Steve Westbrook11-May-08 15:45 
GeneralRe: Using DataList Pin
miss nadia13-May-08 4:05
miss nadia13-May-08 4:05 

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.