G
Guest
Hi there,
i need to ensure a user does something when they exit an asp.net web page. I
cant put code behind close buttons, because there are a thousand ways they
can exit this page, menu buttons, links etc. Is there any way you can capture
the exiting of a page/the moment the server receives a request to move away
from a particular url ? Page_Unload, although it sounds ideal, actually
doesnt capture the unload of a page, but the moment that load finishes! Has
anyone needed to do this, and if so, how?
I'm working in C#.
many thanks in advance.
i need to ensure a user does something when they exit an asp.net web page. I
cant put code behind close buttons, because there are a thousand ways they
can exit this page, menu buttons, links etc. Is there any way you can capture
the exiting of a page/the moment the server receives a request to move away
from a particular url ? Page_Unload, although it sounds ideal, actually
doesnt capture the unload of a page, but the moment that load finishes! Has
anyone needed to do this, and if so, how?
I'm working in C#.
many thanks in advance.