المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : textbox



C# Programming
05-02-2009, 04:41 PM
Hi Dear
I use VS2005 (ASP.NET 2)
In TextBox or MaskedTextBox i want to show numbers with thousand separator like this : 12,254,236
but when i use the mask like 000,000,000 my number shown as 122,542,36
How can i solve the problem?