hi,
i am retreving date from database and dispalying in datetimepicker.
while doing this i am getting error as: "String was not recognized as a valid DateTime"

how to rectify this error:
this is my code:
msgbox(ds.Tables(0).Rows(0)("expiry_date"))
i am getting 17/01/2008 as result

HRUser_dtp_expdate.Text = ds.Tables(0).Rows(0)("expiry_date")

so please help me to rectify this error