Hello I work on a data intensive module. I have a datacolumn inside a dataset which is bound to a grid. The set datacolumn property is as follows :
Datatype : System.Decimal
MaxLength : -1
DefaultValue : 0
With this properties i expect whenever i enter a number viz. 11001100011 to be saved as 11001100011.00
However internally this is being saved as 11001100000.00 !!!
Any ideas / inputs on correct usage of the system.decimal datatype ??
Regards Srivatsa