Click here to Skip to main content
16,020,459 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
Hi, I would like to ask how to display thousand comma separator when user input the textbox.

when user input 12345 --> the textbox will show 12,345

thanks.
Posted
Comments
Sergey Alexandrovich Kryukov 14-Mar-12 23:50pm    
ASP.NET? Tag it...
And what's the problem? What do you require to trigger modification of the text into comma-separated form?
--SA

1 solution

 
Share this answer
 
Comments
Member 8412080 15-Mar-12 1:04am    
the maskedtextbox can use for web application vb.net?not just for window form?
Sergey Alexandrovich Kryukov 15-Mar-12 22:26pm    
It's mostly for Windows.Forms, but there are ASP.NET solutions. Please see the referenced articles.
--SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900