is there any way to find the browser close event in asp.net
+1
A:
For client side event: use unload event.
For server side event:
- Use unload event to make an Ajax call to the server.
- Use the session_end event. (I not sure how much this feature is trusted).
Mendy
2010-02-17 07:50:07
thanks for reply unload event is working fine
2010-02-17 09:37:19