单击同一行中的按钮时如何访问数据列表中的标签
我有一个DataList
,每个数据列表都有一个标签
和按钮
,我想在单击按钮时获取标签的文本对于每个数据列表行? 我正在使用vb.net
。
I have a DataList
, and each data list has a label
and button
, I want to get the text of the label when the button is clicked for each data list row ?
I am using vb.net
.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我假设您正在处理
DataList
的 ItemCommand 事件通过设置Button的CommandName 属性。I assume that you're handling the
DataList
's ItemCommand event by setting the Button's CommandName property.