Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_professional thread: Formatting...


Message #1 by "Robert Sindall" <rsindall@z...> on Fri, 11 Oct 2002 16:44:38 +0100
Hi

how can I get a numerical amount like 40000 to appear like 40,000k in here:

<asp:BoundColumn HeaderText="Size" ReadOnly="True" DataField="Size"
DataFormatString="{0:#,####KB}" />

I'm uncertain how the DataFormatString property works.

thanks


  Return to Index