Using eWebEditPro
Prompting the User to Save Upon Closing Browser
If a user is editing content and closes the editor's browser window, by default, the window closes and any unsaved changes are lost. You can change this behavior such that if a user closes a window, the following message appears.
As you can see, the user has the option to save changes or exit without saving. To enable the above message, follow these steps.
- Open the web.config file, located in your Web site's root folder.
- Change the value of eWebEditProPromptOnUnload to 1.
- Save web.config.