GridView BoundField オブジェクトをサブストリング化する方法を教えてください。
私はこれまでこれを試しましたが、うまくいきませんでした。ありがとうございました。
<ItemTemplate>
<asp:Label ID="Label1" runat="server" Text='<%# ChopString((string)Eval("description")) %>'></asp:Label>
</ItemTemplate>
GridView BoundField オブジェクトをサブストリング化する方法を教えてください。
私はこれまでこれを試しましたが、うまくいきませんでした。ありがとうございました。
<ItemTemplate>
<asp:Label ID="Label1" runat="server" Text='<%# ChopString((string)Eval("description")) %>'></asp:Label>
</ItemTemplate>