G
Goh
Hello, any body can help me?
My problem is deal with the decimal value
My table field is designed to store decimal value with
Precision 20 and Scale 5
If 20.1 is a value stored in that table,
The system display it as 20.10000 in aspx page
I want the value display 20.1
This problem exists after installing the framework 1.1
It work ok when I was work with framework 1.0
My question is : is there any configuration setting that
can be set to disable this behavior?
P/S: I dont want to use the Formant function or
FormatNumber function.
My problem is deal with the decimal value
My table field is designed to store decimal value with
Precision 20 and Scale 5
If 20.1 is a value stored in that table,
The system display it as 20.10000 in aspx page
I want the value display 20.1
This problem exists after installing the framework 1.1
It work ok when I was work with framework 1.0
My question is : is there any configuration setting that
can be set to disable this behavior?
P/S: I dont want to use the Formant function or
FormatNumber function.