Tagged Questions
0
votes
2answers
632 views
SPLongOperation — How does it work?
I just discovered the SPLongOperation class. It is a thing of beauty. I was expecting to have to implement a "job handler" static class, fire off my long-running process in a separate background ...
1
vote
1answer
96 views
SPLongProcess never redirects to the destination page and hanging on the processing page forever
I got the following code below , it starts a long running process , once the processing completes it will redirects to another page using EndScript().However,SPLongProcess never redirects to the ...