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.
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.