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.
MaskedEdit might be what you're looking for.
Here is an modified example from the link above:
<ajaxToolkit:MaskedEditExtender runat="server"
TargetControlID="TextBox2"
Mask="999-999-9999" />
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With