Tagged Questions
The maskedtextbox tag has no wiki summary.
5
votes
3answers
3k views
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 on the masked text box won't complete. Is there a way to force this behaviour? I want a blanked ...
4
votes
2answers
440 views
Prevent spaces in a MaskedTextbox
How can I prevent spaces in a maskedtextbox? Used KeyPress but the e.handled doesnt work. Can somebody direct me to a post that shows how to handle this? The masked textbox is used for ssn.
Thanks
3
votes
1answer
169 views
Is there a reference for MaskEdit's masks?
I'm trying to make a semi-complex masking textbox in Delphi 7. I'm having problems in that I can't find any kind of reference for what each character in a mask means. All I can find are examples.
Is ...
3
votes
1answer
233 views
ASP.NET MaskedEditExtender needs to show mm/dd/yyyy when user clicks on textbox
I am using the MaskedEditExtender control for a textbox field that contains Date of Birth. I want the mask to show "mm/dd/yyyy" when the user clicks on the textbox when it is empty. Right now it ...
3
votes
3answers
244 views
How can I restrict the text entered into an input text element using jQuery?
I have an input text element being used as a jQuery UI datepicker with a custom date format. The date format allows months to be entered in as JAN, FEB, etc and so the constrained input allows all ...
3
votes
7answers
2k views
Convert Difference between 2 times into Milliseconds?
I have two masked TextBox controls and was wondering how I'd go about getting the time in each one and then converting the difference into milliseconds. Like, say in tb1 I write "12:01" and in tb2 I ...
2
votes
3answers
40 views
Why Masked Textbox Not Working 00-00-1900?
I am new to WinForms.
When I am trying to implement the masked text box, I got one error.
I want a mask of 00-00-1900 where 00 handle any number, but 19 is fixed and cannot be overwritten by the ...
2
votes
3answers
262 views
IP Address in a MaskedTextBox?
How can I use a MaskedTextBox to prevent the user from entering an invalid IP address? (I want it to behave just like the Windows one).
2
votes
2answers
293 views
C# How can i get a maskedtextbox column of a bound datagridview to not include the literals?
I have a datagridview which is bound to some data. One of the fields is a phone number and the phone number is stored in the database as an int (ex. 5555555555). I am using a masked textbox in ...
2
votes
2answers
358 views
Is it possible to use RadMaskedTextBox inside an AutoCompleteBox in Silverlight / Expression Blend?
It's probably doable, but with my n00b skills I couldn't figure this out yet.
When I try to "Make Into Part" on the RadMaskedTextBox, Expression Blend complains that it's not a TextBox.
How can I ...
2
votes
2answers
914 views
Winforms MaskedTextBox - Reformatting pasted text to match mask
I have a MaskedTextBox control that, in our case, is collecting social insurance (tax) numbers (without a ValidatingType though since the string representation including the mask literals). A social ...
1
vote
4answers
107 views
Adding a format to the TextBox in asp.net
I need to format an asp.net text box in such a way that it accepts the user input only in the form of
### - ### - ### (#:numerics only).
Suggestions or answers please.
1
vote
1answer
91 views
How to control a url entered to MaskedTextBox
I have added a MaskedTextBox control to my form and i wannt users to enter a valid url to control. What mask code i enter to control?
1
vote
2answers
157 views
WinForms MaskedTextBox to accept certain chars
I have a MaskedTextBox that accepts alpha numeric chars but I also want to accept brackets "()". How can I change the mask to accepts brackets also?
1
vote
1answer
304 views
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 requires entered text in format: LLL/LLL but when I enter such mask into Mask property in preview ...
1
vote
2answers
843 views
Javascript event subscription after UpdatePanel async postback
I Have a problem with jquery event handler after async postback on asp.net page.
I read this topic - it's a good solution, but I need a separate function.
So I'm using jquery masked plugin.
My js ...
1
vote
2answers
221 views
How would I use and implement a MaskedTextBox into my Calculator application? C#
So I'm working on a calculator application in C-Sharp and I want to prevent people from entering more than 1 period/point at once. So they can't type "....." or "1..1" or "1.1.1"
Really just stuff ...
1
vote
2answers
331 views
How to mask password in android using java?
I am creating a Log-In page, Where I need to mask the password field. I dunno the syntax.I am using eclipse.
1
vote
1answer
442 views
masked Textbox control in datagridview
I have TextboxColumn in Datagridview.usually editing and entering text in this control is cumbersome.I want to make entering text in this control easy.I want following functionality.
Better ...
1
vote
2answers
350 views
Reset MaskedTextBox's ValidatingType in the Win Forms Designer
In a Windows Forms application, I add a MaskedTextBox to the form. Clicking the ellipsis on the Mask property opens up the Input Mask dialog. In it, I set the mask to a short date, leaving the Use ...
1
vote
1answer
76 views
How to stop TypeValidationCompleted event?
i had included one masktext box for date.
now in mask text boxes TypeValidationCompleted code...
If (Not e.IsValidInput) Then
MsgBox("The data you supplied must be a valid date.", ...
1
vote
1answer
615 views
Using masked text box to validate input
Hi I am using the following mask string to ensure user enters a valid phone no
(99)-00000000
which should work fine for mobile as well as regional land line numbers in Australia
However I have ...
1
vote
1answer
392 views
Use of MaskedTextBox with text
I'm facing a simple problem that bugs me...
I have a MaskedTextBox and I want the user to be able to enter 3 numbers at the end :
"My Masked Text Box : XXX"
This text will be translated. The ...
1
vote
0answers
254 views
Returning a DBNull for a bound MaskedTextBox whenever type validation fails?
I have a MaskedTextBox control with the mask "00/00/0000", the PromptChar "_" and the ValidatingType of DateTime, bound to a DateTime column in a database that can also accept null values.
I'd like ...
1
vote
0answers
400 views
validating event getting fired twice in maskedtextbox vb.net
I am facing a issue while using the "validating" event of the maskedtextbox. I have an MDI form, in which there is a main form and another form acting as bottom bar. The bottom bar comprises of ...
1
vote
1answer
919 views
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 and other regex expressions against a MaskedtextBox.
1
vote
3answers
714 views
Windows Forms: Unable to Click to Focus a MaskedTextBox in a Non TopLevel Form
Like the title says, I've got a Child form being shown with it's TopLevel property set to False and I am unable to click a MaskedTextBox control that it contains (in order to bring focus to it). I can ...
1
vote
2answers
167 views
Can anyone tell me what's wrong in this part of code
Its better to accept my mistake with this question. I messed up things thats why i had this problem. Sorry for bothering you people ...
string name = ((DateTimePicker)sender).Name.ToString();
...
1
vote
1answer
729 views
C# locale-aware MaskedTextBox mask for DateTime values
C# locale-aware MaskedTextBox mask for DateTime values
I'm working through FXCop/Code Analysis's Globalization warnings and would like to know the proper, locale-aware way to set and get DateTime ...
1
vote
1answer
516 views
Displaying design-time pop-up form for MaskedTextBox.Mask property in a run-time
Does anybody know if it's possible to open a pop-up form "Input Mask" which is displayed when you want to change Mask property of MaskedTextBox editor and you click on the details button on the right ...
1
vote
1answer
1k views
Can the mask of a RadMaskedTextBox be changed via javascript?
I have a dropdown and a RadMaskedTextBox on a form. I want the mask applied to the RadMaskedTextBox to be determined by the selected value of the dropdown. Is there any way to do so via javascript? ...
1
vote
2answers
8k views
C# Input validation for a Textbox: float
This supposedly easy task gave me some headache. I simply want to let the user enter any text that succeeds float.TryParse into a Textboxish control.
I could use a normal TextBox and check the Text ...
1
vote
3answers
922 views
How do I prevent a keypress from updating a MaskedTextBox's text?
I need to validate characters entered by the user in a MaskedTextBox. Which characters are valid depends on those already entered. I've tried using IsInputChar and OnKeyPress, but whether I return ...
1
vote
1answer
1k views
How to add Autocomplete to a Masked Text Box?
In .Net, there is the MaskedTextBox and there is the TextBox which has an autocomplete member. Autocomplete doesn't seem to be available for MaskedTextBox. How do you get MaskedTextBox working with ...
0
votes
1answer
17 views
custom format or transform data in a MaskedTextBox during databinding
I am looking for a way to display other data in a MaskedTextBox than the data it is bound to (DataTable).
More specifically: The DataTable contains a DateTime column (DateOfBirth). Whenever the year ...
0
votes
0answers
37 views
Masked Textbox input jquery
I am desperately in need of advice.
I am attempting to mask some textboxes on a page of mine. I initially used the timeEntry pluggin from Tim Wood. I thought it was working fine, however, it is ...
0
votes
1answer
55 views
Can a winform's MaskedTextBox allow spaces?
I have a form that is dynamically created with a number of maskedtextboxes added to and their properties set (as in the code below).
If 10 characters are required the code needs to validate if the ...
0
votes
2answers
36 views
Format Text upon Entry
I tried to do my homework, but if I have an area, JS is not it -- I don't have the keywords to do any proper searching. All I know is that it might involve masking/overlaying.
I want an input element ...
0
votes
1answer
52 views
How to use jQuery - Inputmask plugin for this '###.##.abc,22'
Do anyone have an idea about implementing the following behaviour using the Input mask plugin of jQuery like if we want ###.##.abc,22?
0
votes
2answers
117 views
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 textbox by default?!
Also I want the user be able to enter up to 3 digits (he/she can enter ...
0
votes
1answer
43 views
javascript date mask to msyql date
I want to mask a date input to mm/dd/yyyy. When the form submits, i want to convert that to YYYY-MM-DD for mysql.
Would it be best to change the value of the input field, or have hidden inputs that ...
0
votes
1answer
142 views
C# MaskedTextBox error in text
In my DataBase I have a table whitch needs a month and a year as its value (formatted as MM/YYYY). The user needs to input the month and year into a MaskedTextBox. When I get the text out of the ...
0
votes
2answers
64 views
I want to validate text and take it in a specific format
I want to validate text taken from a textbox and want it in a specific format. I have tried masked text box but when the textbox is empty it shows something like a blank line in the text box....How ...
0
votes
1answer
238 views
How can I let a Masked Textbox only accept numbers and a comma?
Tried finding the answer myself but couldn't find a good example.
So I want a masked textbox in wpf that only accepts numbers and a comma.
For example: 35,5
0
votes
2answers
255 views
Getting Literal Value from a Masked Text Box Input
I've set up a Telerik RadMaskedTextBox with a Mask of "####-####". The problem is, when I later grab the value from this box it returns as "########". I'm unfamiliar with MaskedTextBoxes but I'm ...
0
votes
0answers
152 views
Masked Textbox losing Mask
I have an interesting issue with MaskedTextBox controls. Essentially, these textboxes handle either percent or currency. If the user enters something <= 1 then it sets the mask for percent, ...
0
votes
0answers
261 views
Mixing Fixed Characters with Jquery Input Mask Plugin
I am using:
http://plugins.jquery.com/project/maskedinput
What I want is a masked textbox that will allow a fixed prefix then a repeatable non-greedy mask.
For example the textbox would prepopulate ...
0
votes
0answers
227 views
ASP.NET MaskedEditValidator shows invalid when first field first displayed
I am using the MaskedEditValidator control for a textbox field that contains Date of Birth. The textbox, MaskedEditExtender, and MaskedEditValidator are all in a panel which has visible=false when ...
0
votes
3answers
251 views
MaskedTextBox and hexadecimal
How can I create a MaskedTextBox for accepting hexadecimals and spaces?
I am using Windows Forms in .NET.
0
votes
1answer
151 views
Masked Text Box Control for .NET 1.1
I'm having trouble finding a Masked Text Box control for .NET 1.1 (big surprise right, obsolete technology), and I realize this is a long shot, but does anyone here know of one?
Either source code ...