A
Amateur
Dear Sirs
I have the following code in my html page:
<tr>
<td align="left" valign="top"
class="formpagetablelabel"> initialinvestment</td>
<td class="formpagetablelabel" align="right"><input
class="formpagetablefield" type="number" name="initialinvestment" size="8"
Value="<%=Session("initialinvestment")%>"><font class="formpagetablefield">
US$</div></td>
</tr>
This command takes data from my database and shows the value in the
formpagetablefield as a number.
I would like that the Value="<%=Session("initialinvestment")%>" has the
following format: "$#.##0,00;($#.##0,00)[Red]" if possible with 2 digits
behind the comma.
How do I have to change the code to get the result?
Many thanks in advance
Klaus
I have the following code in my html page:
<tr>
<td align="left" valign="top"
class="formpagetablelabel"> initialinvestment</td>
<td class="formpagetablelabel" align="right"><input
class="formpagetablefield" type="number" name="initialinvestment" size="8"
Value="<%=Session("initialinvestment")%>"><font class="formpagetablefield">
US$</div></td>
</tr>
This command takes data from my database and shows the value in the
formpagetablefield as a number.
I would like that the Value="<%=Session("initialinvestment")%>" has the
following format: "$#.##0,00;($#.##0,00)[Red]" if possible with 2 digits
behind the comma.
How do I have to change the code to get the result?
Many thanks in advance
Klaus