P
pebelund
Hi
I got an .aspx that got the following code (example)
<td width="120">
<% = row["valueinString"] %>
</td>
row["string"] takes a value from a SQL db, that is a string of numbers.
On the webbsite I want this to show as value formatted in thousands
(example: I get the value 12345678, and I want it to show like 12 345
678 OR even like, 12.345.678 (currency value).
Anyone have an idea of how to make this happen? (newbeginner problem
probably, but that is what I am so
)
Regards
Peter
I got an .aspx that got the following code (example)
<td width="120">
<% = row["valueinString"] %>
</td>
row["string"] takes a value from a SQL db, that is a string of numbers.
On the webbsite I want this to show as value formatted in thousands
(example: I get the value 12345678, and I want it to show like 12 345
678 OR even like, 12.345.678 (currency value).
Anyone have an idea of how to make this happen? (newbeginner problem
probably, but that is what I am so
![Stick Out Tongue :P :P](/styles/default/custom/smilies/tongue.gif)
Regards
Peter