中继器 OnSelectedIndexChanged 内的 RadioButtonList 未触发
我在中继器中有一个 RadioButtonList。我将 AutoPostback 设置为“true”并定义了 OnSelectedIndexChanged。当我在列表中选择不同的单选按钮时,页面会回发,但我定义的 OnSelectedIndexChanged 事件未捕获或触发。不知道我错过了什么。这是我的标记和代码隐藏:
I have a RadioButtonList inside a Repeater. I have AutoPostback set to "true" and the OnSelectedIndexChanged defined. When I selected a different radiobutton in my list the page does postback, but my defined OnSelectedIndexChanged event is not catching or firing. Not sure what I am missing. Here is my markup and codebehind:
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用转发器的 itemcreated 事件绑定您的事件处理程序:
Use the repeater's itemcreated event to bind your eventhandler: