Click here to Skip to main content
15,902,492 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Is it possible to have a combobox to auto generate date on its drop down list or i have to do it manualy an even if i have to do it manualy how am i goin to split the combobox so that users can select the month,the day and year
from the dropdown item
Posted
Comments
CodeHawkz 5-Sep-12 2:55am    
Isn't it easier to give a DateTime picker?

1 solution

You should use the standard .NET DateTimePicker control for this instead of a dropdown.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900