Click here to Skip to main content
15,918,967 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Why ERROR Pin
Christian Graus11-May-08 20:52
protectorChristian Graus11-May-08 20:52 
GeneralRe: Why ERROR Pin
Krazy Programmer11-May-08 21:08
Krazy Programmer11-May-08 21:08 
GeneralRe: Why ERROR Pin
Christian Graus11-May-08 21:28
protectorChristian Graus11-May-08 21:28 
GeneralRe: Why ERROR Pin
Krazy Programmer11-May-08 23:23
Krazy Programmer11-May-08 23:23 
QuestionOn Click of Logout i want to prevent the user from clicking the back button and viewing the data Pin
shraddha190411-May-08 19:43
shraddha190411-May-08 19:43 
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 19:57
protectorChristian Graus11-May-08 19:57 
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 19:59
Krazy Programmer11-May-08 19:59 
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 20:55
protectorChristian Graus11-May-08 20:55 
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 

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.