Is there a control or method to accept formatted input in VB.NET?
i.e. It accepts input in a given format ##/##/## or similar?
|
Is there a control or method to accept formatted input in VB.NET? i.e. It accepts input in a given format ##/##/## or similar?
| ||||
|
feedback
|
|
You want the MaskedTextBox control, I believe. | |||
|
feedback
|
|
sure there is :) and a pretty good/nice one, for asp.net and for winforms | |||
|
feedback
|
|
Something like this? http://www.asp.net/AJAX/AjaxControlToolkit/Samples/MaskedEdit/MaskedEdit.aspx | |||
|
feedback
|