[C#] GridView中ItemTemplate中Encode且要千份位

GridView中ItemTemplate中Encode且要千份位
範例如下
<asp:TemplateField HeaderText="價格"> 
<ItemTemplate>
<%# Server.HtmlEncode( string.Format("{0:$#,##0}",  Convert.ToInt64(Eval("testPrice"))) ) %>
</ItemTemplate>
</asp:TemplateField>

在BoundField之下
DataFormatString="{0:N0}"


參考資料:
http://infofabwhat.blogspot.tw/2012/07/htmlgridview-boundfieldtemplatefield.html

Comments

Popular posts from this blog

[.NET] ASP.NET 4.0尚未在Web伺服器上註冊

[TFS] TFS授權