I could use a Telerik ASP.NET AJAX control that encapsulates functionality as described in Using ASP.NET to Prompt a User to Save When Leaving a Page.
The idea is to display a modal RADWindow when the user is about to navigate away from a page that's "dirty" (has unsaved data). It would be nice to have a mechanism that tracks the "dirty" status automatically. Most approaches seem to require handling the tracking manually which would be a pain on a busy page.
Ken
The idea is to display a modal RADWindow when the user is about to navigate away from a page that's "dirty" (has unsaved data). It would be nice to have a mechanism that tracks the "dirty" status automatically. Most approaches seem to require handling the tracking manually which would be a pain on a busy page.
Ken