How to Use Mask Text in Textbox of Windows Application?
I have create a new form with name and date of birth text box in asp.net windows application.
when i enter the date in textbox it will take dd/MM/yyyy format.
how? what i do?
In web application i have used mask edit extender. but in windows application can not be use that?