如何为中继器控件内的控件设置更新面板触发器?
我在我的网页中使用了 ajax 更新面板。我想在更新面板上设置触发器。我将 asp.net 链接按钮控件放置在 asp.net 转发器控件中。当我单击中继器控件中的链接按钮时,更新面板上的内容应该更新。我使用了链接按钮的 onclick 事件。那么这种情况下如何设置触发器呢?
谢谢
I've used ajax update panel in my web page. I want to set the trigger on the update panel. I have asp.net link button control placed in the asp.net repeater control. The content on the update panel should update when i click on the link button from repeater control. I used onclick event of the link button. Then how to set the trigger in this case?
thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我通过使用以下方式解决了这个问题 -
I solved the problem by using following way-