如何将触发器添加到 Updatepanel,其中触发器的事件位于中继器内的用户控件内?

发布于 2024-07-13 02:29:47 字数 1471 浏览 2 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

无悔心 2024-07-20 02:29:47

从触发器部分中删除 ucCustomerFinder asyncpostbacktrigger 元素,并将 pnlSelectedCustomers.Update() 命令添加到转发器的 Repeater_ItemCommand 事件中

Remove the ucCustomerFinder asyncpostbacktrigger element from the triggers section and add the pnlSelectedCustomers.Update() command to the Repeater_ItemCommand event of the repeater

胡渣熟男 2024-07-20 02:29:47

感谢 Michael Knishkern 的回答。

但我也按照我的方式工作了:)

只需从事件名称中删除两个字符“On”即可。

OnrptCustomersEventrptCustomersEvent

再次感谢

Thanks Micheal Knishkern about his answer.

But i did it work by my way too :)

Just delete two chars "On" from the Event name.

OnrptCustomersEvent to rptCustomersEvent

Thanks again

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文