M
Mick Walker
I have a question about using threads within my web application.
I have a very long process, and currentlly run it within a new thread.
Before I create the thread and .Start() I set the value of Image control
to visible = True, this image control simply contains an animated .gif
with "Please Wait".
However, this image isnt shown until after the thread finishes.
Does anyone know why this is, and what steps I can take to work around it?
Kind Regards
I have a very long process, and currentlly run it within a new thread.
Before I create the thread and .Start() I set the value of Image control
to visible = True, this image control simply contains an animated .gif
with "Please Wait".
However, this image isnt shown until after the thread finishes.
Does anyone know why this is, and what steps I can take to work around it?
Kind Regards