javascript - ASP.NET: Warning on changed data closing windows -


i'd warn users when try close browser window if didn't save changes made in web form.

i'm using asp.net 3.5 (with asp.net ajax).

is there common solution implement?

edit: maybe question wasn't clear: looking way integrates gracefully in asp.net server controls methodology.

here asp.net extender control this:

http://www.codeproject.com/kb/ajax/ajaxdirtypanelextender.aspx

hope helps. may not fit needs @ least shows how.


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -