This question is locked. New answers and comments are not allowed.
Hey!
Globalization does not work out of the box with MaskedInput. Concerning DateTimePicker it works great.
But with MaskedInput i have to set:
I have a page with 15 MaskedInput Controls. Is there a better solution? I don't want so set them manually!
Thanks in advance
Andi
Globalization does not work out of the box with MaskedInput. Concerning DateTimePicker it works great.
But with MaskedInput i have to set:
this
.annualEffort.Culture = Thread.CurrentThread.CurrentCulture;
I have a page with 15 MaskedInput Controls. Is there a better solution? I don't want so set them manually!
Thanks in advance
Andi