Hi,
Kind of common error but stuck because of this.I have 8 column in a datatable, I need to add the datarow using array. But doing this gives the error. Is it because some of the values are null?
How to get these null value replace at once so that this error doesn’t occur?
Below is the Local Variable value of the array in debug mode when the erroe occurs:
string[8] { "\ “06/16/2020”, “MyName”, “AAA”, “System.String[]”, null, “”, null, null}
Any solution to this?
7 posts - 2 participants