Code:
DateTimePicker1.Text = reader(Convert.ToDateTime("PURCHASED_DATE"))
the error is "the string was not recognised as a valid datetime.there is a unknown word starting at index 0
please help me to over come the problem
DateTimePicker1.Text = reader(Convert.ToDateTime("PURCHASED_DATE"))
Comment