Error
--------------------------------------------------------------------------------
String was not recognized as a valid DateTime.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.FormatException: String was not recognized as a valid DateTime.
Source Error:
Line 47: Dim param As SqlParameterCollection = New SqlCommand().Parameters
Line 48: param.Add("dial_number", SqlDbType.VarChar).Value = arrImp(0) Line 49: param.Add("date_dial", SqlDbType.DateTime).Value = DateTime.Parse(arrImp(1).ToString, CultureInfo.CreateSpecificCulture("en-CA"))
Line 50: param.Add("time_dial", SqlDbType.DateTime).Value = DateTime.Parse(arrImp(2).ToString, CultureInfo.CreateSpecificCulture("en-CA"))