O
Olav Tollefsen
I have a web form which does some time consuming operation (~ 10 seconds) in
Page_Load. This results in a stale window to the user until Page_Load is
finished rendering the page.
Is it possible to get the window to be drawn at once to the user, maybe
displaying "Loading..." and then redraw the window again when the processing
is complete?
Olav
Page_Load. This results in a stale window to the user until Page_Load is
finished rendering the page.
Is it possible to get the window to be drawn at once to the user, maybe
displaying "Loading..." and then redraw the window again when the processing
is complete?
Olav