Click here to Skip to main content
16,005,552 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: sec pay Pin
Christian Graus11-May-08 20:53
protectorChristian Graus11-May-08 20:53 
AnswerRe: sec pay Pin
J a a n s11-May-08 22:48
professionalJ a a n s11-May-08 22:48 
QuestionWhy ERROR Pin
Krazy Programmer11-May-08 20:01
Krazy Programmer11-May-08 20:01 
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 
Consider 3 aspx pages: Login.aspx , Page1.aspx , Page2.aspx
Page1 and Page2 has logout button. In the Logout i remove the session

Session.Abandon();
Response.Redirect("Login.aspx");

From Login page user are able to click back button and view data, but they cannot perform any operation. how to ensure that on clicking back they remain in login page itself.

some option i have checked but they dont server my purpose

1. dont cache the page. but i require caching as user should be able to view data on clicking back throughout the application. Only on Logout i want to prevent the view of data

2. using History.forward(1) (Javascript), needs to be added on logout but i have my logout in all pages. (as a user control)

3. FormsAuthentication.SignOut(); cannot be used as user can still see data.

kindly help me out. Thank you
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 
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 

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.