Y
YSK
Hello,
I've got a textbox and i do want to set its format to 'Percent', in that way
the user will simply type the number (eg: 10 for 10%).
But my problem is the number given by user will be multipled with 100, it
means that if user entered 10% the value in the textbox will be 1000%.
How can I deal with this problem?
Thank in advance
YSK.
I've got a textbox and i do want to set its format to 'Percent', in that way
the user will simply type the number (eg: 10 for 10%).
But my problem is the number given by user will be multipled with 100, it
means that if user entered 10% the value in the textbox will be 1000%.
How can I deal with this problem?
Thank in advance
YSK.