<asp:BoundField DataField="Price" DataFormatString="{0:c}" HeaderText="Price">
{0:$#,##0.00;-$#,##0.00);0}
<asp:TemplateField HeaderText="Price"> <ItemTemplate> <asp:Label ID="Label1" runat="server" Text='$<%# Bind("Price") %>'> </asp:Label> </ItemTemplate> </asp:TemplateField>
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)