Link to home
Start Free TrialLog in
Avatar of losoeos
losoeos

asked on

textboxes formar

i would like to have like a mask in the textbox, how can i do???

i have this number in the textbox 45678.90, i would like this format 45,678.90 when the lostfocus of the textbox.
ASKER CERTIFIED SOLUTION
Avatar of Fernando Soto
Fernando Soto
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Hi
User this control AMS.TextBox.dll instead, and it will give you propery DigitsInGroup set its value to 3. You can find more information from here
http://www.codeproject.com/cs/miscctrl/ValidatingTextBoxControls.asp.
Hope this will help
Regards
Anwar ul Haque
Hi Bob;

I would like to see a resolution to this question as I posted a working solution.

Thanks;

Fernando