Gridview Formatting Issue : Bound Column

J

Just Me

I need a bound column to only show 2 decimals and I have used a
DataFormatString

<asp:BoundField DataField="order_total_Total" HeaderText="£Total"
SortExpression="order_total_Total" DataFormatString="{0:f2}" />



This however, still displays 4 decimal points,



Does anyone have a clue what may be going wrong ?



Cheers
 
M

Mark Rae [MVP]

I need a bound column to only show 2 decimals and I have used a
DataFormatString

<asp:BoundField DataField="order_total_Total" HeaderText="£Total"
SortExpression="order_total_Total" DataFormatString="{0:f2}" />

This however, still displays 4 decimal points,

Does anyone have a clue what may be going wrong ?

You've forgotten to include HtmlEncode="false"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,013
Latest member
KatriceSwa

Latest Threads

Top