Hi all
I have a masked edit extender in my application, with a mask of Mask="99.99%", which worked perfectly in ie 9, but now in ie 10 the textbox displays a percentage with a comma instead of a period/full stop, which by itself is not a problem. The problem comes when i need to save said textbox to my database and the comma is now making sql think that my FLOAT is in fact a VARCHAR. I use this throughout my application so it has become a real problem for me.
On my Windows 7 Laptop with ie 9 it works perfectly.
Any help would be much appreciated.
I have a masked edit extender in my application, with a mask of Mask="99.99%", which worked perfectly in ie 9, but now in ie 10 the textbox displays a percentage with a comma instead of a period/full stop, which by itself is not a problem. The problem comes when i need to save said textbox to my database and the comma is now making sql think that my FLOAT is in fact a VARCHAR. I use this throughout my application so it has become a real problem for me.
On my Windows 7 Laptop with ie 9 it works perfectly.
Any help would be much appreciated.