0
Hi
try reading this
http://www.dotnetperls.com/lock
http://www.codeproject.com/Tips/788402/Monitor-and-Lock-in-Csharp
0
hi sir sorry to say but i didnt understood what you wish to say. I request you to please let me know in brief what exactly you wish to say. What i understood is i should make a function in c# and directly use insert command. Is that so, plz let me know thanks in advance.
0
Hi
use
Lock(this)
{
//Insert the record in the table
}
hope it will work