hi guys, I have a dropdownlist that displays time only.Like 8:00AM,8:30AM............When i save this time to database i want to save as todays date + time. eg:8:00AM as 03/30/2009 8:00:00:000.Can anybody give appropriate code to convert as above shown eg:
I tried Convert.ToDateTime(ddlStartTime.SelectedItem.Text) the one error is showing as "String was not recognized as a valid DateTime."