Hi all,

I have a currency value that I display in my Gridview control.  Here is the 
code:

<asp:TemplateField HeaderText="Labor Pallet Activities" Visible="true">
<ItemTemplate>
<asp:Label ID="LaborPallet" runat="server" text='<%# Eval("LaborPallet", 
"{0:c}") %>'></asp:Label>
</ItemTemplate>
</asp:TemplateField>
This works great but now I need to display this value with 3 decimal positions. 
 How can I do this?

Thanks,
Bob

[Non-text portions of this message have been removed]



 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/AspNet2/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to