Hi All,
I need to do some cleanup when the user either closes the browser or leaves my application.
I think this should go into the Global.asax file.
However I placed some code under the Application_End sub but it never fires. In fact, none of the ASA subs fire. I even placed a breakpoint in the start sections which never seems to fire.
How can it get some code to execute when the user closes teh browser or navigates away from my app?
I need to do some cleanup when the user either closes the browser or leaves my application.
I think this should go into the Global.asax file.
However I placed some code under the Application_End sub but it never fires. In fact, none of the ASA subs fire. I even placed a breakpoint in the start sections which never seems to fire.
How can it get some code to execute when the user closes teh browser or navigates away from my app?