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 ...
0
votes
2answers
170 views
showing the alert on moving through one page to another by Unsave Change
Scenario:
I have a CaseEdit.aspx page in which on have 3 buttons
AddImage, FinalPage, QuestionAns
and one web user control that CaseContentList.ascx
in casecontentlist I have datalist in that i am ...