将 id/class 添加到中由asp.net DataList控件生成

发布于 2024-10-12 23:30:11 字数 188 浏览 4 评论 0原文

我的问题是处理 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 技术交流群。

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

发布评论

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

评论(1

幻梦 2024-10-19 23:30:11

您可能应该创建自己的 ItemTemplate为它。

You should probably create your own ItemTemplate for it.

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