Page Unload Event

  • Thread starter Thread starter David A. Beck
  • Start date Start date
D

David A. Beck

I have a frameset with an index frame and a main frame. The aspx pages in
the main frame are loaded based on the hyperlinks clicked in the index
frame. In any aspx page in the main frame I want to save the information in
the various controls before the new aspx page is loaded. I thought I could
use the Page event Unload, but it does not seem to be triggering when the
aspx page is replaced in the frame by another aspx page.
 
David,

You're thinking of client-side. The server-side Unload event occurs before
the user even sees the page.

Jim Cheshire, MCSE, MCSD [MSFT]
Developer Support
ASP.NET
(e-mail address removed)

This post is provided as-is with no warranties and confers no rights.


--------------------
 
Back
Top