Hello
This is my code
<asp:Label ID="LQ" runat="server" Text ='<%#Eval("Quantity").ToString() == "0" ? "" : Eval("Quantity", "{0}")%>' style="text-align: right;"></asp:Label>
How to round 3 digit for my above code
Thanking you
Eval("Quantity","{0:N3}")