Front page and ASP

A

Amateur

Dear Sirs
My Form ASP page is running OK. I just have a small problem.
In the source table all values have a 2 decimel value (i.e.: 123.256,30) and
negative values are in red and in brackets (i.e.: (123.256,30).
The ASP is showing only 1 digit behind the comma and negative values in
black with a minus sign (-) infront.
Here is one part of my ASP (html) form:
<tr>
<td align="left" valign="top"
class="formpagetablelabel"> initialinvestment</td>
<td class="formpagetablelabel"><input class="formpagetablefield"
type="text" name="initialinvestment" size="8"
Value="<%=Session("initialinvestment")%>"><font class="formpagetablefield">
EUR</div></td>
</tr>
Please tell me how I can get always 2 digits behind the comma and all
negative values in red and in brackets.
Many thanks in advance.
Klaus
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top