lorena Posted July 11, 2005 Posted July 11, 2005 I have a form with a datagrid and when the user clicks on a row to edit it, a calendar control is visible to enable the user to enter a complete date. So far, entering the complete date works great but if a complete date is not chosed (it is not required), how do I handle that? Quote
kahlua001 Posted July 13, 2005 Posted July 13, 2005 Check the SelectedDate when there is no date chosen, it should be the minimum value, something like 1/1/1000, check for this date, then you know a date has not been chosen. Quote
lorena Posted July 13, 2005 Author Posted July 13, 2005 Thanks, I will try that out! I appreciate your help Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.