aspx_professional thread: Formatting...
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
|





