ASP.NET: Warning on changed data closing windows

后端 未结 6 1516
深忆病人
深忆病人 2021-01-06 22:26

I\'d like to warn users when they try to close a browser window if they didn\'t save the changes they made in the web form.

I\'m us

6条回答
  •  情歌与酒
    2021-01-06 22:37

    Here is an ASP.NET extender control that will help you with this:

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

    Hope this helps. It may not perfectly fit your needs but it at least shows you how.

提交回复
热议问题