Click here to Skip to main content
16,012,107 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Master Page Pin
Not Active6-Feb-07 4:31
mentorNot Active6-Feb-07 4:31 
Questiondeployment the ASP.NET Application using Web Setup(Without vs.net Ide machine) Pin
Anandan k6-Feb-07 4:13
Anandan k6-Feb-07 4:13 
QuestionHow can we capture the browser close button in clientside Pin
tmiku6-Feb-07 3:08
tmiku6-Feb-07 3:08 
AnswerRe: How can we capture the browser close button in clientside Pin
_AK_6-Feb-07 3:31
_AK_6-Feb-07 3:31 
GeneralRe: How can we capture the browser close button in clientside Pin
tmiku6-Feb-07 3:35
tmiku6-Feb-07 3:35 
GeneralRe: How can we capture the browser close button in clientside Pin
_AK_6-Feb-07 3:39
_AK_6-Feb-07 3:39 
GeneralRe: How can we capture the browser close button in clientside Pin
Sandeep Akhare6-Feb-07 3:49
Sandeep Akhare6-Feb-07 3:49 
AnswerRe: How can we capture the browser close button in clientside Pin
Guffa6-Feb-07 3:48
Guffa6-Feb-07 3:48 
What you are asking for is not possible.

What you can do is to catch the onunload event in the body tag. This event is triggered whenever the page is unloaded, which happens if the window is closed, but also if the user navigates to a different page, or reloads the same page.

You can't directly determine the reason for the event, however, so you have to keep track of how the user navigates so that you can tell when he's leaving the page for some other reason.

---
single minded; short sighted; long gone;

GeneralRe: How can we capture the browser close button in clientside Pin
tmiku6-Feb-07 17:58
tmiku6-Feb-07 17:58 
GeneralRe: How can we capture the browser close button in clientside Pin
Guffa7-Feb-07 7:57
Guffa7-Feb-07 7:57 
QuestionFramework compatibility Pin
Abhishek Joshi6-Feb-07 2:37
Abhishek Joshi6-Feb-07 2:37 
AnswerRe: Framework compatibility Pin
Sandeep Akhare6-Feb-07 3:10
Sandeep Akhare6-Feb-07 3:10 
AnswerRe: Framework compatibility Pin
RichardGrimmer7-Feb-07 1:06
RichardGrimmer7-Feb-07 1:06 
QuestionSubmit parent forms after closing child form Pin
elhameh6-Feb-07 2:33
elhameh6-Feb-07 2:33 
AnswerRe: Submit parent forms after closing child form Pin
Sandeep Akhare6-Feb-07 3:12
Sandeep Akhare6-Feb-07 3:12 
GeneralRe: Submit parent forms after closing child form Pin
elhameh6-Feb-07 17:17
elhameh6-Feb-07 17:17 
QuestionNo themes Pin
digsy_6-Feb-07 2:15
digsy_6-Feb-07 2:15 
QuestionUDDI Pin
indian1436-Feb-07 2:07
indian1436-Feb-07 2:07 
AnswerRe: UDDI Pin
saravanan056-Feb-07 5:53
saravanan056-Feb-07 5:53 
Questionc# code for downloading a video file Pin
sarodam6-Feb-07 0:11
sarodam6-Feb-07 0:11 
AnswerRe: c# code for downloading a video file Pin
badgrs6-Feb-07 0:40
badgrs6-Feb-07 0:40 
GeneralRe: c# code for downloading a video file Pin
sarodam6-Feb-07 1:01
sarodam6-Feb-07 1:01 
AnswerRe: c# code for downloading a video file Pin
asithangae6-Feb-07 0:57
asithangae6-Feb-07 0:57 
GeneralRe: c# code for downloading a video file Pin
sarodam6-Feb-07 22:00
sarodam6-Feb-07 22:00 
GeneralRe: c# code for downloading a video file Pin
varshavmane6-Feb-07 22:09
varshavmane6-Feb-07 22:09 

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.