gpt4 book ai didi

asp.net - 如何更改带有 eval 值的 html 元素显示?

转载 作者:行者123 更新时间:2023-11-28 12:46:34 26 4
gpt4 key购买 nike

<td scope="col" style='display:<%#Eval("RETURNSTATUS")=='0'? "none" : "inline"%>'>
<asp:Button ID="Button1" runat="server" Text="İade Et" />
</td>

我写了这段代码但没有用。你能帮忙吗?

最佳答案

你能试试这个代码吗?

 <td scope="col" style='<%#Eval("RETURNSTATUS")=="0"? "display:none" : "display:inline"%>'>
<asp:Button ID="Button1" runat="server" Text="İade Et" />
</td>

关于asp.net - 如何更改带有 eval 值的 html 元素显示?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17313314/

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