Conversion failed when converting date and/or time from character string.
I try to save my code into the database by inserting since it is a save as button, however, when I insert it i get the error above
'Convert from Date & Time to just Date--------------------------------------------------
Dim startdte As String = String.Format("{0:MM/dd/yy}", Convert.ToDateTime(dr.Item(19)))
txtstrtdt.Text = (startdte.ToString)
'----------------------------------------------------------------------------------------
Go to the complete details ...