hi experts,
could you please help me to solve this problem? i know this must be some kind of stupid question but i really want to know where i go wrong.
All I try to do is to display 10 as 10.00
Dim amount As Double = 10
lblAmount.Text = Format(amount, "##,##0.00")
And what I am getting is this:
&10=##,##0.00
Please help...