Click here to Skip to main content
16,014,392 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: A socket operation encountered a dead network Pin
Alberto Bar-Noy2-Aug-07 0:02
Alberto Bar-Noy2-Aug-07 0:02 
Questionhow to print a form in asp.net Pin
rahul.net111-Aug-07 20:23
rahul.net111-Aug-07 20:23 
AnswerRe: how to print a form in asp.net Pin
Alberto Bar-Noy1-Aug-07 20:34
Alberto Bar-Noy1-Aug-07 20:34 
GeneralRe: how to print a form in asp.net Pin
rahul.net111-Aug-07 20:39
rahul.net111-Aug-07 20:39 
GeneralRe: how to print a form in asp.net Pin
Alberto Bar-Noy1-Aug-07 21:06
Alberto Bar-Noy1-Aug-07 21:06 
GeneralRe: how to print a form in asp.net Pin
rahul.net111-Aug-07 21:16
rahul.net111-Aug-07 21:16 
Questionhow to clear browser history Pin
Dhyanga1-Aug-07 20:16
Dhyanga1-Aug-07 20:16 
AnswerRe: how to clear browser history Pin
N a v a n e e t h1-Aug-07 20:50
N a v a n e e t h1-Aug-07 20:50 
suchitaM wrote:
What my problem is that i couldn't clear out the history pages


ASP.NET is a server side scripting. Browser history will be maintained by your browser and saved in your machine. So how an ASP.NET application running on server can clear this. ?

If you don't want your browser to maintain history, you should go for Server.Transfer() for all your redirects. This method is not advice-able since it makes lot of confusion for the user and extra work for you.

suchitaM wrote:
i maintain session and remove session when i click log off, some files are still coming due to it's content saved in history.


Each page should check session is active before doing any process, Do the session check in all pages page_load event. This will prevent user to work on pages after logging off. If you are implementing this method, user may be able to see the page if it is cache, but they won't be able to do any transactions.

Better approach would be creating a common class which does user authentication and authorization.


AnswerRe: how to clear browser history Pin
Vasudevan Deepak Kumar1-Aug-07 22:35
Vasudevan Deepak Kumar1-Aug-07 22:35 
QuestionAJAX script manager problem. Pin
Ron.S1-Aug-07 20:10
Ron.S1-Aug-07 20:10 
AnswerRe: AJAX script manager problem. Pin
Christian Graus1-Aug-07 20:19
protectorChristian Graus1-Aug-07 20:19 
GeneralRe: AJAX script manager problem. Pin
Ron.S1-Aug-07 20:44
Ron.S1-Aug-07 20:44 
GeneralRe: AJAX script manager problem. Pin
Christian Graus1-Aug-07 20:49
protectorChristian Graus1-Aug-07 20:49 
GeneralRe: AJAX script manager problem. Pin
Ron.S1-Aug-07 21:23
Ron.S1-Aug-07 21:23 
GeneralRe: AJAX script manager problem. Pin
Piyush Vardhan Singh1-Aug-07 21:37
Piyush Vardhan Singh1-Aug-07 21:37 
GeneralRe: AJAX script manager problem. Pin
Ron.S1-Aug-07 22:06
Ron.S1-Aug-07 22:06 
GeneralRe: AJAX script manager problem. Pin
Piyush Vardhan Singh1-Aug-07 22:27
Piyush Vardhan Singh1-Aug-07 22:27 
GeneralRe: AJAX script manager problem. Pin
Piyush Vardhan Singh1-Aug-07 22:49
Piyush Vardhan Singh1-Aug-07 22:49 
GeneralRe: AJAX script manager problem. Pin
Piyush Vardhan Singh1-Aug-07 22:58
Piyush Vardhan Singh1-Aug-07 22:58 
GeneralRe: AJAX script manager problem. Pin
Malcolm Smart1-Aug-07 23:13
Malcolm Smart1-Aug-07 23:13 
GeneralRe: AJAX script manager problem. Pin
Piyush Vardhan Singh1-Aug-07 23:29
Piyush Vardhan Singh1-Aug-07 23:29 
GeneralRe: AJAX script manager problem. Pin
Malcolm Smart1-Aug-07 23:50
Malcolm Smart1-Aug-07 23:50 
GeneralRe: AJAX script manager problem. Pin
Ron.S2-Aug-07 19:38
Ron.S2-Aug-07 19:38 
Questionpages for palmtop Pin
kalyan_24161-Aug-07 19:58
kalyan_24161-Aug-07 19:58 
AnswerRe: pages for palmtop Pin
deepaks31-Aug-07 20:00
deepaks31-Aug-07 20:00 

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.