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.
我需要确定页面是否以部分呈现模式加载(从 UpdatePanel 中回发时)。
有什么建议么?
您可以使用 ScriptManager 的 IsInAsyncPostBack属性来检查页面是否正在通过部分回发加载。