|
Subject:
|
How to interrupt processing the LOOP in ASP.NET
|
|
Posted By:
|
Dmitriy
|
Post Date:
|
12/13/2005 7:20:15 AM
|
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
|
|
Reply By:
|
squatss
|
Reply Date:
|
1/6/2006 9:46:43 AM
|
Could you please clrify what you mean?
Is it that you have initiated a loop from an event and you want to step out of it before it has finished its iterations?
Or you kick off a server side process from the push of a button and you want to cancel it with the click of another button?
Cheers
Squatss
|
|
Reply By:
|
rjkulkarni2001
|
Reply Date:
|
1/13/2006 7:43:31 AM
|
please specify the question clearly.
|