1
Answer

working with Backgroundworker

Virus Kiraak

Virus Kiraak

12y
951
1
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.



Answers (1)