更新一个 updatePanel 而不更新另一个?
我有两个 updatePanel,每个都有一个标签和一个按钮。我想单击按钮 1,它会更新标签 2,而根本不更新/刷新 updatePanel 1。这可行吗?因为按钮 1 位于 updatePanel 1 中,所以 updatePanel 似乎总是刷新。 谢谢。
I have two updatePanels, each with a label and a button. I want to click on button 1 and it updates label 2, without updating/refreshing updatePanel 1 at all. Is this doable? Because button 1 is in updatePanel 1, updatePanel always seems to refresh.
Thank you.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这可能会解决您的问题:http://jalpesh.blogspot。 com/2010/12/programmatically-updating-one-update.html
Probably this will fix your problem: http://jalpesh.blogspot.com/2010/12/programmatically-updating-one-update.html