Platform: C# ASP.NET 3.5
I have a ListView which builds a Rate field which is decimal, if I simply have <% #Eval(\"Rate\") %> it shows 4.5000 rather t
<% #Eval(\"Rate\") %>
At server side Convert Decimal 2 place into 1 place. (Decimal Value).ToString("0.0");