Hello,
I have some asp.net page with save-buttons. When the save-button is pressed the inputted data in the form is saved to sql-db.
I think my application would look a lot nicer if the form would be saved automatically when i go to another page.
I thought copying the code to the "unload-event" of the page would do that for me but apparently it does not. I tried al the page-events that i know of and still don't know what event is raised when you close a page...
any help? this can't be too tough i hope...
thanks in advance,




Reply With Quote