ASP.net 中的嵌套数据列表
我正在使用嵌套数据列表来显示分层数据。 在嵌套数据列表中,我希望能够绑定到属于父数据列表所绑定到的对象的属性。
有谁知道我怎样才能实现这一目标?
I am using nested datalists to display hierarchical data. In the nested datalist i want to be able to bind to a property that belongs to the object that the parent datalist is bound to.
does anyone know how I can achieve this ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我不知道一个干净的方法来存档这个。
你可能(不想)想尝试:
或者
I dont know a clean way to archive this.
Hack you may (not) want to try:
or
我不知道如何内联执行此操作,但如果您连接到 OnItemDataBound,则可以使用以下代码:
或在 C# 中(未经验证)
I don't know how to do it inline, but if you hook into OnItemDataBound you can use the following code:
or in C# (unverified)