A
alexander.glass
I have a buffered page that runs some code and outputs to the user to
update the progress of a method that takes several minutes to run. I
have a big problem however. There is no way to stop the code from
running once it begins. If you place a button on the page with code
that will trigger the method to stop, the button click event will not
fire until the long method completes. As a result, I can not think of
a way to create a cancel button. Has anyone had this problem before
and have a solution? Any help is greatly appreciated.
Alex
update the progress of a method that takes several minutes to run. I
have a big problem however. There is no way to stop the code from
running once it begins. If you place a button on the page with code
that will trigger the method to stop, the button click event will not
fire until the long method completes. As a result, I can not think of
a way to create a cancel button. Has anyone had this problem before
and have a solution? Any help is greatly appreciated.
Alex