[SOLVED] Â how to save a number as decimal in mssql with asprunner.net? |
12/23/2015 10:12:55 AM |
ASPRunner.NET General questions | |
C
ccvvccc author
Hi folks, |
|
![]() |
jadachDevClub member 12/26/2015 |
I just tested in ASPRunner.Net 8.1 latest build and had no problem at all. |
C
|
ccvvccc author 12/29/2015 |
I just tested in ASPRunner.Net 8.1 latest build and had no problem at all. Make sure your properties are set correctly for each of those fields. View as Number with decimals set as 2
|
![]() |
Sergey Kornilov admin 12/29/2015 |
Something doesn't sound right here. 11,22 should not work but 11.22 should. |
![]() |
jadachDevClub member 12/29/2015 |
Will it take 11.22? |
C
|
ccvvccc author 12/30/2015 |
Actually, the problem occurs with dot, not with comma. Anyway I cant write comma in html5 input type=number. |
![]() |
Sergey Kornilov admin 12/30/2015 |
Looks like web server misconfiguration. Make sure that in Regional Settings on the web server dot (.) is selected as 'Decimal symbol'. |
C
|
ccvvccc author 1/4/2016 |
Looks like web server misconfiguration. Make sure that in Regional Settings on the web server dot (.) is selected as 'Decimal symbol'.
|