month year text box
-
I need a month year textbox or a monthyear selection control for an application in c# that displays only months and years and no date similiar to credit card expiry date style selection .Can anyone help from where can i get such a control or any alternative solution.
-
I need a month year textbox or a monthyear selection control for an application in c# that displays only months and years and no date similiar to credit card expiry date style selection .Can anyone help from where can i get such a control or any alternative solution.
The obvious thing to do is to create a control that encompasses two dropdown lists, one for year and one for month. I'm sure such a solution exists online if you don't want to code it yourself, but it would be pretty easy to do. I did something similar for a web site that needed to collect credit card info a year or so ago, and it didn't take long at all. Christian Graus - Microsoft MVP - C++