How to interrupt processing the LOOP in ASP.NET
Hello,
I have a problem to interrupt (cancel) processing the LOOP in ASP.NET application. If I click the "Cancel" button on the WEB form, the event is not firing. How to implement this interruption with or without multithreading?
Any ideas or examples will be appreciated.
-Dmitriy
|