last event in the page which I could use to destroy the sessions assigned. I want this event, so that I coulddestroy all the session variables used in the pae and move to another page. I have to be absolutely sure the page is leaving and another page is
getting called.
digish
Member
634 Points
721 Posts
last event in the page which I could use to destroy the sessions assigned.
Jan 26, 2013 02:56 AM|LINK
Hi,
last event in the page which I could use to destroy the sessions assigned. I want this event, so that I coulddestroy all the session variables used in the pae and move to another page. I have to be absolutely sure the page is leaving and another page is getting called.
Thanks in advance.
geniusvishal
All-Star
15157 Points
2950 Posts
Re: last event in the page which I could use to destroy the sessions assigned.
Jan 26, 2013 03:17 AM|LINK
Read About Page Lifecycle:
http://www.codeproject.com/Articles/73728/ASP-NET-Application-and-Page-Life-Cycle
http://msdn.microsoft.com/en-us/library/ms178472%28v=vs.100%29.aspx
However the last event in the Page LifeCycle is Page_Unload Event..
My Website
www.dotnetvishal.com