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

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

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -