which event will fired in when browser closes in asp.net this is very urgent requirement i have tried many ways.
just like 'onunload' and 'onbeforeunload' in javascript this is not working properly .i have also tried application_end event
in global.asax it is not firing when applcation closes .
need very urgent requirement .
Please share your ideas
Thanks,
Kalluri rakesh
7416334590

Iftikar HussainPosted Jul 30, 2013, 2:43 AM
The onbeforeunload will work just before closing the browser.
Try like this
Regards,
Iftikar
Sanjeeb LenkaPosted Jul 30, 2013, 2:26 AM
Refer to this link
http://amolthengane.blogspot.in/2011/04/detecting-browser-close-event-using.html