Top "Maskedtextbox" questions

A useful .NET control that allows a user to display and edit values based on the mask defined.

How to set Regex Expression as the Mask for a MaskedTextBox in C#?

I want to set the Mask of MaskedtextBox from Regex expression. Such as i want a valid email, Decimal values …

c# regex maskedtextbox
Masked TextBox how to not show underlines in text box and allow user to enter 3 digits

I am having some troubles with a masked textbox. How can I hide those underlines which are shown in the …

c# winforms maskedtextbox
How to check if Masked textbox is empty?

I have several textboxes and masked texboxes in a winform that I need to check if they are empty, null …

vb.net textbox maskedtextbox
How to get raw text from MaskedTextBox?

I have a MaskedTextBox with this mask (999) 999 9999. When user inputs a number the text property would give this to me : (0881) 444 5445 …

c# maskedtextbox
Bind nullable DateTime to MaskedTextBox

I have a masked text box bound to a nullabe datetime, but when the date is blanked out, the validation …

c# data-binding datetime nullable maskedtextbox
MaskedEditExtender Is Too Hard to Use For Money

The MaskedEditExtender does a good job of enforcing the rules, but my users have trouble typing into its TextBox. I …

asp.net javascript asp.net-ajax maskedtextbox maskededitextender
C# custom mask for textbox

I know there is masked textbox component for C#, but what I need is to create masked text box which …

c# maskedtextbox