将 id/class 添加到中由asp.net DataList控件生成
我的问题是处理 DataList 控件。我正在尝试将单击事件添加到 OnItemDataBound 事件中的“表”行。
我遇到的问题是我无法获取对 DataList 控件(更具体地说是项目模板)生成的“行”的引用(通过行 id 属性)。 有没有办法将 id 属性添加到项目模板生成的行中?
谢谢。
My question is dealing with the DataList control. I am trying to add a click event to the rows of the "table" in the OnItemDataBound event.
The problem I'm having is I can't get a reference (through a row id attribute) to the "row" being generated by the DataList control (and more specifically the item template). Is there a way to add id attributes to the rows being generated by the item template?
Thank you.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可能应该创建自己的 ItemTemplate为它。
You should probably create your own ItemTemplate for it.