如果只有設定 DataFormatString 是沒有效果的,所以別忘了加上 HtmlEncode="False"
DataField="org_ordinaryl_fee2" ></asp:BoundField>
參考網址:網址一
補充[20090422]:
如果是使用 ItemTemplate 且使用 Bind 的方式繫結資料,也可以採用資料格式設定方法。
//取到小數第二位
<ItemTemplate >
<asp:Label ID="lb_estipower" runat="server" Text='<%# Bind("pp_estipower3","{0:#.00}") %>' ></asp:Label>
</ItemTemplate>
沒有留言:
張貼留言