在同一页面中另一个用户控件引发的事件上填充用户控件
在 Web 部件中,我加载了两个用户控件。 我希望能够在另一个控件中触发事件时填充其中一个控件,必须在控件之间传递参数。
In a webpart I have two user controls loaded. I want to be able to populate one of the controls when an event is triggered in the other control, a parameter has to be passed between the controls.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以让您的 Web 部件将两个控件连接在一起,因此我们假设您的控件是生产者和消费者。
这是更简单的解决方案之一,但它可能很脆弱。
You could have your webpart wire the two controls together so lets assume your controls are producer and consumer.
This is one of the simpler solutions however it can be brittle.