gpt4 book ai didi

asp.net - 可以在 BoundColumn.DataField 中调用函数吗?

转载 作者:行者123 更新时间:2023-12-02 18:39:17 25 4
gpt4 key购买 nike

<asp:BoundColumn DataField="pos" HeaderText="Principal Office" />

有没有可能……

<asp:BoundColumn DataField="postProccess(pos)" HeaderText="Principal Office" />

...所以我可以根据需要修改该值?

废话:

A field or property with the name 'postProcess(pos)' was not found on the selected data source.

有人知道我如何覆盖那个东西或其他东西吗?

最佳答案

这是您想要用于模板列的完整代码段...

<asp:TemplateColumn HeaderText="Principal Office">
<ItemTemplate>
<%# postProcess(Eval("pos")) %>
<ItemTemplate>
<asp:TemplateColumn>

关于asp.net - 可以在 BoundColumn.DataField 中调用函数吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/619410/

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