Click here to Skip to main content
16,005,209 members
Home / Discussions / C#
   

C#

 
GeneralRe: TreeView Pin
Gary Kirkham2-Jun-05 12:33
Gary Kirkham2-Jun-05 12:33 
GeneralRe: TreeView Pin
Christian Graus2-Jun-05 12:42
protectorChristian Graus2-Jun-05 12:42 
GeneralRe: TreeView Pin
Luis Alonso Ramos2-Jun-05 13:00
Luis Alonso Ramos2-Jun-05 13:00 
GeneralRe: TreeView Pin
Christian Graus2-Jun-05 13:03
protectorChristian Graus2-Jun-05 13:03 
GeneralRe: TreeView Pin
Luis Alonso Ramos2-Jun-05 13:22
Luis Alonso Ramos2-Jun-05 13:22 
GeneralRe: TreeView Pin
Christian Graus2-Jun-05 13:25
protectorChristian Graus2-Jun-05 13:25 
QuestionWhat happens when the user leaves? Pin
Sled Dog2-Jun-05 7:14
Sled Dog2-Jun-05 7:14 
AnswerRe: What happens when the user leaves? Pin
Dave Kreskowiak2-Jun-05 9:31
mveDave Kreskowiak2-Jun-05 9:31 
There is no event on the server that says the user closed the browser. The only thing you can do is wait for the user's session to timeout, which, by default, I think, is 20 minutes. Then your Session_End code gets kicked off, if it's still running under the debugger.

You might even catch the Session_End event being kicked off when you start your app under the debugger again. It might kick off first thing before the new Session_Start event is fired.


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralRe: What happens when the user leaves? Pin
Anonymous2-Jun-05 12:31
Anonymous2-Jun-05 12:31 
GeneralRe: What happens when the user leaves? Pin
Dave Kreskowiak2-Jun-05 16:06
mveDave Kreskowiak2-Jun-05 16:06 
GeneralInteroperability when using Microsoft UIP Pin
Sridhar Subramanian2-Jun-05 6:53
Sridhar Subramanian2-Jun-05 6:53 
Generalmy URL is messed up Pin
Sled Dog2-Jun-05 6:31
Sled Dog2-Jun-05 6:31 
GeneralRe: my URL is messed up Pin
TridentWhite2-Jun-05 6:53
TridentWhite2-Jun-05 6:53 
GeneralRe: my URL is messed up Pin
Sled Dog2-Jun-05 6:58
Sled Dog2-Jun-05 6:58 
Generalthe big Chaos..... Pin
DasdaDAS2-Jun-05 5:46
DasdaDAS2-Jun-05 5:46 
GeneralRe: the big Chaos..... Pin
S. Senthil Kumar2-Jun-05 5:57
S. Senthil Kumar2-Jun-05 5:57 
GeneralRe: the big Chaos..... Pin
Paul Lyons2-Jun-05 7:00
Paul Lyons2-Jun-05 7:00 
GeneralRe: the big Chaos..... Pin
Daniel Turini2-Jun-05 6:37
Daniel Turini2-Jun-05 6:37 
GeneralRe: the big Chaos..... Pin
Roger Alsing3-Jun-05 1:41
Roger Alsing3-Jun-05 1:41 
GeneralRe: the big Chaos..... Pin
DasdaDAS3-Jun-05 2:51
DasdaDAS3-Jun-05 2:51 
GeneralFilling a datagrid Pin
BECK72-Jun-05 5:30
BECK72-Jun-05 5:30 
GeneralRe: Filling a datagrid Pin
Christian Graus2-Jun-05 10:27
protectorChristian Graus2-Jun-05 10:27 
Generalgetting accurate lastLogon Pin
Anonymous2-Jun-05 4:32
Anonymous2-Jun-05 4:32 
GeneralText and Images in C# ListView Pin
Md Saleem Navalur2-Jun-05 3:54
Md Saleem Navalur2-Jun-05 3:54 
GeneralEnumerating Running Applications in C# Pin
Abdul Aleem Khan2-Jun-05 2:58
Abdul Aleem Khan2-Jun-05 2: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.