Hi,
I have got a small application that takes data from an SQL Azure database table.
In the edit screen I need to fill in a number for an amount in hours. This works fine when I entry a numbers without decimals.
When I enter 36,5 he sets it to 365. He does the same when I enter the value as 36.5, he changes it to 365.
The column in my table that is taking the value is a Numeric(18,2) datatype so that shouldn't be a problem.
Anyone any idea's?
Regards,
nico