J
Joe
Hi,
I am storing a field in SQL Server with a datatype of money.
When I pull that field back into my VB.NET client program, I put it
into a typed dataset with a field type of System.Decimal.
When it displays in the textbox that I have tied to the
dataset, it appears as 4000.0000 but I want it to appear as $4,000.00
How can I achieve this format in my textbox? Remember that
the underlying field is a Money datatype and not a string datatype.
J
I am storing a field in SQL Server with a datatype of money.
When I pull that field back into my VB.NET client program, I put it
into a typed dataset with a field type of System.Decimal.
When it displays in the textbox that I have tied to the
dataset, it appears as 4000.0000 but I want it to appear as $4,000.00
How can I achieve this format in my textbox? Remember that
the underlying field is a Money datatype and not a string datatype.
J