User-1499457942 posted
Hi
I am importing Data from excel . ON some field it is giving below error
The given value of type Double from the data source cannot be converted to type date of the specified target column
I am mapping like below code
objbulkInsert.ColumnMappings.Add(2, 2);
Thanks