How to Display processing

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a Page that have a heavy computation, it take a long long time,
how to display " now processing" in the page!

I have make a label, however,
it will display after finishing computation!

Thank You
 
What is triggering the processing? Is it a script in the <HEAD> section?

Dale
 
It seem not work

My Page

Sub page_Load(..)

long time processing(30sec to 60sec)

End Sub

the client side script run after page load!

: (
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top