working with Backgroundworker
Hi,
I'm inserting some records in DB through C# code using loop. Now if any error comes while inserting I don't want to stop the backgroundworker. Instead the error should be logged and it should continue with the next record insert.
How can I achieve it.
Regards,
MZEE.