【发布时间】:2011-06-17 11:49:45
【问题描述】:
我的 ASP.NET 页面上有 2 个更新面板(updatepanel1 和 updatepanel2)。我想在后面的代码中触发 updatepanel2 从 updatepanel1 刷新/更新,所以在 updatepanel1_Load 事件中我将调用 updatepanel2.Update()。
但我需要一种方法来检查(在 updatepanel2_Load 中)异步回发是否是由 updatepanel1_Load 中的此调用引起的。有没有办法检查调用/回发触发器是否来自 updatepanel1?
感谢您的帮助
【问题讨论】:
标签: .net asp.net ajax postback