T
TheDude5B
Hi,
I have one .net page which processes a form and then displays the
result. The coding which takes place in order to process the form
takes a while so I want to have some sort of display to the user.
So what I want is that as soon as the button has been clicked, the
Panel holding the form is hidden and then another panel is shown with
a gif image that looks like a loading image.
Just now when I want to do this, the code has to complete before the
Panel is hidden.
Thanks
I have one .net page which processes a form and then displays the
result. The coding which takes place in order to process the form
takes a while so I want to have some sort of display to the user.
So what I want is that as soon as the button has been clicked, the
Panel holding the form is hidden and then another panel is shown with
a gif image that looks like a loading image.
Just now when I want to do this, the code has to complete before the
Panel is hidden.
Thanks