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
 
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!

: (
 
Back
Top