Q
Qiana
Is there any know problem with sending a decimal value to a label
control in .net 2.0? I am assigning the label value to a label control
like this:
Dim New MyObject as Object
lblDecimal.Text = MyObject.DecimalValue
The label is showing a 0 when it should be returning a decimal value.
Any help is appreciated.
Qiana
control in .net 2.0? I am assigning the label value to a label control
like this:
Dim New MyObject as Object
lblDecimal.Text = MyObject.DecimalValue
The label is showing a 0 when it should be returning a decimal value.
Any help is appreciated.
Qiana