Kathirvel
Kathirvel

Reputation: 123

how to mask text box with date format MM/yyyy using maskededit extender in c#

I have one text box in my asp.net application. I like to mask the textbox with maskededit extender. Can any one know the solution for that?

Thank you...

Upvotes: 0

Views: 5127

Answers (1)

Christoph Fink
Christoph Fink

Reputation: 23103

See HERE for an example and explanation, but basically just set Mask="99/9999" and maybe use MaskType="Date".

Upvotes: 1

Related Questions