[RESOLVED] [2005] DateTimePicker
Hi! I am using a DTPicker to enter birthdate. I can already save the values to my table (SQL). Whenever I search a record only the DTPicker does not show the correct date (birthdate), instead it is displaying the current date.
I used customFormat and showupdown properties of the DTPicker
Re: [2005] DateTimePicker
Hi Simply Me,
Isn't it setting the DTPickers .Date method to the date returned from the DB?
Re: [2005] DateTimePicker
From a UI point of view; wouldn't it be better to have a TextBox displaying the selected date or returned data, and have the user use the DP to make a date selection.
Re: [2005] DateTimePicker
Show us your code. We shouldn't have to ask.
Re: [2005] DateTimePicker
Got it already. I'm using databindings and I was using textbox before and when i use dtpicker i forgot to remove the ".tostring"
Thanks for your quick replies!