Can i move transaction in C# windows??
I want to move sqltransaction from one form to another. I mean to say that i have a transaction one one form .in this transaction some dml operations running after that i call a crystal report. On this report_load event some of operation is running can i pass my transaction on this report from my first form ???
need help...