khosravi Posted August 8, 2006 Posted August 8, 2006 hello i have a question if i want mask the text that entered in textBox component in .Net how i can do it? example force user that enter 0000-00-000 format text thanks Quote
Leaders snarfblam Posted August 8, 2006 Leaders Posted August 8, 2006 Which version of .Net do you have? This question was asked very recently, and if you have .Net 2.0 then you can use the MaskedTextbox control. If you have 1.x, you can use a third party control (http://www.codeproject.com/useritems/MaskedTextBox.asp) or write you own. Quote [sIGPIC]e[/sIGPIC]
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.