C
Curious George
I have a page that takes about 10 seconds to load the first time it is run.
I would like to first display a little animated gif telling the user that
the page is loading.
How do I do this with .NET?
I used to create a loading layer at the top of the page. Flush the layer to
the buffer.
Then I set the loading layers visibility false (with JavaScript) and
generate the page in another layer. Then flush the new HTML to the buffer.
How would I do a like thing in .NET?
George
I would like to first display a little animated gif telling the user that
the page is loading.
How do I do this with .NET?
I used to create a loading layer at the top of the page. Flush the layer to
the buffer.
Then I set the loading layers visibility false (with JavaScript) and
generate the page in another layer. Then flush the new HTML to the buffer.
How would I do a like thing in .NET?
George