Forum Moderators: open
I would be the happiest man, if someone could let me know how to convert dynamic data in a 4 decimal figure, here's the code:
<td width="52%"><font color="#000066" size="2"face="Verdana, Arial, Helvetica, sansserif"><strong>Total accumulated pips</strong></font></td>
<td> <div align="right"><font color="#000066" size="2" face="Verdana, Arial, Helvetica, sans-serif">
//The following should be with 4 decimals
<%# Double.Parse(rsYearly1.FieldValue("tblPLPipsTotal", Container)) %>
</font></div></td>
</tr>
Thx in advance for your help.