L
Luiz Vianna
Hi folks,
I got a problem that certainly someone had too.
After a user request, I (my server) must process a lot of data that will expend some time. During this process I must inform the user the status of the overall process.
What I'm facing is that my ASPX/vb file that does this long task is completely processed before some response could be given to the user.
Result: After filling the form, the user clicks the button and the form remains on the screen while processing time and the user is not sure that the process is running or even if it was fired.
I've tried some ideas like
- using response.write/response.flush
- Using server.transfer/server.execute
but they didn't work. Someone have some good idea????
Thanks in advance
Luiz
I got a problem that certainly someone had too.
After a user request, I (my server) must process a lot of data that will expend some time. During this process I must inform the user the status of the overall process.
What I'm facing is that my ASPX/vb file that does this long task is completely processed before some response could be given to the user.
Result: After filling the form, the user clicks the button and the form remains on the screen while processing time and the user is not sure that the process is running or even if it was fired.
I've tried some ideas like
- using response.write/response.flush
- Using server.transfer/server.execute
but they didn't work. Someone have some good idea????
Thanks in advance
Luiz