Tagged Questions
31
votes
11answers
14k views
Detecting Unsaved Changes using JavaScript
I have a requirement to implement an "Unsaved Changes" prompt in an ASP .Net application. If a user modifies controls on a web form, and attempts to navigate away before saving, a prompt should ...