Does anyone know how to format the results of an asp:label in VB.NET for money? The text is being returned from an access database.
I get 1.4 instead of $1.40.
This is my code.
<asp:label ID="reg_price" Font-Name="Arial" Font-Size="9px" Font-Bold="false" ForeColor="#FF3333" runat="server" Text='<%# Container.DataItem("RegPrice") %>'></asp:label>