最佳答案 你需要使用子串。 Eval("descript-6ren">
gpt4 book ai didi

c# - "Substring"一个 GridView BoundField 对象

转载 作者:行者123 更新时间:2023-12-02 22:38:29 28 4
gpt4 key购买 nike

谁能告诉我如何对 GridView BoundField 对象进行子字符串化?

到目前为止,我已经尝试过了,但没有奏效。谢谢。

<ItemTemplate>
<asp:Label ID="Label1" runat="server" Text='<%# ChopString((string)Eval("description")) %>'></asp:Label>
</ItemTemplate>

最佳答案

你需要使用子串。

   Eval("description").ToString().Substring(0,60)

我相信这就是您所需要的。

关于c# - "Substring"一个 GridView BoundField 对象,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11088633/

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