I have a masked textbox with the Mask: 0000 applied to it.
The problem I’m having is, when I’m trying to AppendText to the TextBox, the whole mask get’s filled, as opposed to just the first mask value.
Any ideas?
Thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Try using “####” instead, which will only show numbers that are passed to it.
The “0000” will always show a value for every digit, and if none there, show the zero.