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\") %>
This would work, it also adds a group separator: <%# Eval("Rate", "{0:n2}")%>
<%# Eval("Rate", "{0:n2}")%>