A useful control that allow user to display and edit values based on the mask defined. For example in order to get a phone number in the format (505) 55 555 555, MaskedTextBox is preferred.

learn more… | top users | synonyms

0
votes
1answer
25 views

Use autocomplete in masked-input primefaces

I'd like to make a masked input field with autocompletion. In my example i have a field with article numbers _.___.___. I have also a list of often used articles. The user can select existing article ...
2
votes
8answers
94 views

Limit of characters in string

I have the textbox that takes some string. This string could be very long. I want to limit displayed text (for example to 10 characters) and attach 3 dots like: if text box takes value "To be, or ...
0
votes
3answers
38 views

Zip code size test C#

I have a small piece of code that I have been trying to get to work, but nope. So I've come to the experts. I'm trying to test a zip code entry and limit it to 5 digits only. My first issue is with ...
0
votes
1answer
84 views

Maskedtextbox money

In C#, I use this mask: $999,999.00 But I need to display the number as $123,123,12. If I want to put 99.00, I need do 000099.00 I do not want to do it. And if I use this: $99.00 I cannot put ...
0
votes
1answer
145 views

How to only allow the numbers ,backspace key and hypen key to be pressed on textbox

I made a textbox to to insert a phone number . I only want numbers, delete button and hyphen key to be pressed. I used following code : It works for delete button and numbers , what shoud I do for ...
0
votes
2answers
174 views

C# check MaskedTestBox empty [closed]

How can I check if a masked text box in C# is empty, i.e. the user has not entered anything? My text box only allows 4 numbers to be input. Thanks
3
votes
2answers
117 views

Windows Forms - customizing MaskedTextBox

I need to use basic functionality of the MaskedTextBox. I can get use of the 5 digit mask but there are few things that I want to change. Right now the box is looking like this: and there are two ...
0
votes
0answers
149 views

MaskedTextBox in DateTimePicker

I want use MaskedTextBox as DateTimePicker. I already tried and i got the answer, Now i want to introduce Tab within the MaskedTextBox. Mask:9#-9#-9###. private void mtbDtTmPk_Load(object sender, ...
0
votes
1answer
56 views

Xml Serialization of MaskedText Value Stored in Member String

//Update I've added the corrections and provided the Form1.c code in it's entirety. In the interest of Simplicity I've dumbed this down a bit. So all my form controls are set. Date as ...
0
votes
1answer
125 views

display letter A in mask maskedtextbox

i am just thinking about how to display a letter in a maskedtextbox in VS .net 4. I can set up all letters, except an 'A' because it is used as a dummy for alphanumeric letters in in the mask. I want ...
0
votes
0answers
88 views

Masking in jquery

I need a mask which allows dd-dd (i.e 12-34, 56-78, 37-91 ....) and also **** (4 asterisks). At present I am using $('.value').setMask({ mask: "99-99" });. This allows only the first mentioned formats ...
2
votes
2answers
214 views

Css/Html text box dissapearing text does not work

I'm making a website. When you click on my search box the text goes away, like it's supposed to, but once you click away the text does not come back and I would like it to. Here is my snippet ...
0
votes
0answers
45 views

Bound MaskedTextBoxes defaulting to unwanted minimum values

I'm having difficulty with some maskedtextboxes defaulting to unwanted minimum values... Scenario: (Disclaimer: We are working with Entity Framework Code First, but I'm not sure if this has anything ...
2
votes
1answer
54 views

Disable MaskedTextBox sound

I use a MaskedTextBox control to facilitate the entry of dates in my project. I have mtb.BeepOnError set to false. However, it makes a generic beep whenever the 'Enter' key or 'Esc' key is pressed, ...
1
vote
2answers
794 views

Masked TextBox with decimal numbers

In my window application I need masked textbox which accept real decmal numbers. eg. 1) 1.56 2) 22.34 3) 123.34 4) 12312.34 This all value should be valid. Can anyone tell me how can I ...
0
votes
3answers
144 views

maskedtextbox text rejected

I am trying to figure out how to make it so that if i press my button to do a action, (like show a messagebox) and my maskedtextbox's text isn't a number, then it goes and does something like say that ...
0
votes
1answer
170 views

Move cursor position

How to set the cursor position of a MaskedTextBox in VB.NET start from right? MaskedTextBox in my form is 5 digit numeric format.
0
votes
1answer
309 views

Checking empty controls in VB.NET [closed]

I want to check the controls in my Form is empty or not... I have a long code for that. I give code given below. Public totflag As Boolean Private Sub BTNSAVE_Click(ByVal sender As Object, ByVal e As ...
0
votes
1answer
295 views

Checking of masked text box

I have five masked text box in my form. Two masked text box with date format, two with money and one with phone number. i am using code given below for checking these boxes are empty or not. Dim ...
0
votes
1answer
876 views

Check Masked Text Box is empty or not VB.NET

I have Masked Text Boxes in my form. One is for salary, PF&ESI and Other is for Phone Number. I try to check the Masked Text Box is empty or not with following code. Dim mtxt As Control Dim flag3 ...
1
vote
1answer
159 views

Pos/Neg Number Mask in Ext.Net

I've got a mask on a TextField in Ext.Net with the following to capture positive integers, including those with commas. MaskRe="/[0-9\,]/" I only just realized that this doesn't allow for ...
0
votes
2answers
350 views

MaskedTextBox.Mask not working properly

I am using MaskedTextBox in my code to for a date field. When I am giving maskedTextBox1.Mask = "00/00/0000 00:00 AA" in code,on running the application in my machine it works fine and mask in the ...
0
votes
2answers
2k views

In C# windows forms how a MaskedTextBox for email address can be implemented

public void Form1_Load(Object sender, EventArgs e) { // Other initialization code mtxtEmailID.Mask = ".........."; what should be the Mask Type in place of dots ...
1
vote
0answers
179 views

Set value in DatePicker Control Template MaskedTextbox in WPF

I'm a newbie to WPF not fully aware of the dependency property & stuff, I want to set the value of Datepicker to MaskedTextBox. Or is there way to mask the Datepicker textbox without using ...
0
votes
1answer
1k views

How to set masked text box values to decimal numbers?

I am new to C# Here i am using masked textbox and set the mask as 00.0. And in database respective field is stored in decimal(3,1) while retrieving to masked text box it will give inaccurate values ...
0
votes
1answer
197 views

Set population field validation in masked text box

Hi I am new to C# I have one problem in masked text box Population range is 1,000 to 12,00,00,00,000 My problem is when enter 1000 in masked text box it will be taken as 1,000 like when i enter ...
0
votes
1answer
430 views

How can I resolve maskedInput error: Object doesn't support property or method 'mask'?

Never Mind! I had a Homer moment! I answered my own question. Tools jquery.maskedinput-1.3.min.js (DigitalBush) Visual Studio 2012 SP1 .NET Framework 4.5 MVC Runtime v4.0.30319 Windows 7 IE 9 ...
0
votes
1answer
187 views

Dynamically adding a mask to textbox input in google app script?

How can I dynamically add a mask to the textbox input in google app scripts? I have a textbox that is intended to get a date, but I want the script to add the slash (/) by itself. For example: the ...
0
votes
0answers
133 views

Issues with Maskedit for text box

I am using maskedit from AjaxToolkit for numbers(999.99). QUestion is this doesn't work properly in Chrome and it has few bugs -- Backspace doesn't work in Chrome Appends zeros at the end ...
0
votes
0answers
166 views

Masked text box deletes 0's after clicking “AddNewItem” button

I have a form in Visual Studio 2010 for the user to enter a person's data and add them to a database. The code for the AddNewItem button is the default code generated by VB itself (I do not know how ...
0
votes
3answers
3k views

Masking Textbox to accept only decimals

I am using the technique from this link to mask my textbox to accept strings that are in decimal-format (Digits with a single period). How to define TextBox input restrictions? Here is the regex I ...
1
vote
1answer
355 views

Telerik RadMaskedTextBox focus Mask cursor spacing

I keep running into this increasingly annoying nuance when using a RadMaskedTextBox wherein once the field gains focus, the cursor doesn't seem to position itself at the beginning of the field. ...
-2
votes
3answers
324 views

How convert string (masked) to decimal?

I have mask in textbox "99:99" I need convert to decimal. example: string "12:34" converted to 12.34 I create method: private decimal ConvertStringMaskToDecimal(string strMask) { var split = ...
0
votes
2answers
221 views

Masked text box search and sql query

I have a masked textbox in c# winform. The masking would be like - (two numbers on the front and 4 number on the right after the dash). for ex: 12-3456 There are more permutations like - (3 ...
0
votes
2answers
246 views

Percentage in maskedTextBox display improperly

I'm trying to display a percentages in a MaskedTextBox the string being passed in its "40.99" but when it displays on the form it is "409.9%". populating value if (_person.Percentage != null) ...
1
vote
0answers
505 views

Masked Textbox for Double?

I have a Masked Textbox and I want it to be able to accept a double value. There shouldn't be a limit of sorts to the amount of characters which can fit before/after the decimal point. I realise ...
0
votes
4answers
3k views

C# masked text box

How can I change masked text box properties for IP address input? For example private void Interneta_savienojums_Load(object sender, EventArgs e) { maskedTextBox1.Text = " . . . "; ...
1
vote
0answers
152 views

Comparing byte to string [closed]

I am working with a CANBus adapter and writing code for it with Microsoft Visual C# 2010 Express. I am trying to make a GUI that runs a separate thread for reading in messages from a TEKTRONIX ...
2
votes
1answer
751 views

WPF MaskedTextBox value binding (binding without the mask)

This is my masked textbox from the WPF Extended Toolkit <xctk:MaskedTextBox Mask="(000) 000-0000" Value="{Binding Number, UpdateSourceTrigger=PropertyChanged}" /> The binding back to the ...
1
vote
0answers
239 views

Anybody Know of any jQuery Mask Plugin that works with MVC Unobtrusive Validation?

I've always used the following mask input plugin in my ASP.Net applications: http://digitalbush.com/projects/masked-input-plugin/ Unfortunately, this doesn't play well with MVC unobtrusive ...
0
votes
1answer
424 views

Devex TextEdit Input Mask Regex for US Phone Numbers

I'm using a Devex TextEdit control in a WInForms application. I want to use a regular expression mask on the control for formatting US phone numbers. I'm currently using this: ...
3
votes
2answers
1k views

Masked Edit Extender: custom mask for e-mail textbox, is there anyway to restrict the user to use an specific domain with a custom mask?

I have a register page for the user, but it should only allow the user to enter an specific domain in the email field, like this: ?????@domain.com ?=any character, the domain already typed in. I'm ...
2
votes
1answer
1k views

Custom Date format in Masked Text Box

Iam using Masked Text box for inputing a Date. But I want to set custom date format for this text box. How can I set custom date format and validate date on masked text box control
1
vote
1answer
810 views

Does using SuppressKeyPress in a KeyDown event corrupt MaskedTextBoxes?

I'm setting SuppressKeyPress = true when a user presses the ENTER/RETURN key in a MaskedTextBox to prevent the annoying beep that is normally made. This works great, but when I clear my form the ...
0
votes
1answer
597 views

maskedtextbox alignment

I am working on a VB.Net Windows application. I am trying to use MaskedTextBox. My mask is 999999, RightToLeft is true, TextAlign is right. It is not letting me enter characters from the right. It is ...
0
votes
1answer
549 views

How to get MaskedTextBox to left pad a number with zeroes?

Using the WPF Toolkit MaskedTextBox in an MVVM app. I have it's value property bound to a property that is an Int32 valuetype. The Mask is "00000000". But all it shows is my raw number, 149, ...
3
votes
2answers
2k views

Is it possible to use KnockoutJS with a masked input?

I´m using that plugin : https://github.com/plentz/jquery-maskmoney to format my money editor... I tried to use KnockoutJS in that editor, but it does not work... Without that mask all works fine... ...
2
votes
2answers
929 views

ASP.NET AJAX Controls in MVC3?

How would I use the ASP.NET AJAX Controls in MVC3? e.g. Masked Edit Box I've installed AJAX Control via NUGET. and tried adding Register TagPrefix="asp" Namespace="AjaxControlToolkit" ...
0
votes
3answers
624 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 ...
-10
votes
3answers
550 views

What is the difference between 00000 and 99999 in masked textbox? [closed]

When I try to use a masked textbox in my project, I saw that 00000 and 99999 give the same result of _____ in my masked textbox. Is 0 and 9 is the same in a mask of my masked textbox? If any ...

1 2 3