Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在我的应用程序中使用了 ASP.NET DetailsView。我想知道如何检测到 DetailsView 上有未保存的更改并在离开页面之前通知用户。
没有“完全证明”的方式来检测用户何时离开页面。您需要某种形式的 Ajax/Javascript 解决方案来检测页面何时卸载,然后您可以根据存储在数据库中的相同记录检索当前在 DetailsView 中的详细信息。