gpt4 book ai didi

asp.net - 在 asp 的 gridview 中使用 eval 获取 this 对象

转载 作者:行者123 更新时间:2023-12-05 08:35:14 37 4
gpt4 key购买 nike

我在任何地方都找不到任何答案。我想在 gridview 的数据绑定(bind)表达式中引用行对象本身,如下所示:

<asp:TemplateField HeaderText="Description">
<ItemTemplate>
<asp:Label runat="server"
Text = '<%# GetPendingReason(Eval("this")) %>' />
</ItemTemplate>
</asp:TemplateField>

但它不起作用,因为“this”不引用任何属性。引用单个属性工作正常,但如何引用当前行?

最佳答案

只需使用 <%# Container.DataItem %>。不要使用 Databinder。

关于asp.net - 在 asp 的 gridview 中使用 eval 获取 this 对象,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6649877/

37 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com