Okay i have asp.net webproject. Somewhere in this project, the user should be able to activate a function.
This function does a lot of work and need some time (like 5min). In this time it should be possible to call other functions of this class. Like checking a variable or whatever.
if possible: i don't want to add javascript in any form. Should work completely through code behind.
Any Ideas of how this can work?