Display a Web Form then Do Something

  • Thread starter Thread starter Larry Rebich
  • Start date Start date
L

Larry Rebich

Is there a way to display a web page then do something else - similar to the
DoEvents in VB6?

I have a rather long running process and I'd like to display the web form
but during PageLoad I'd like to go off and do the process.

Or is there a better way to do this?

Thanks and Cheers,
Larry Rebich
 
Larry,

Be aware that the user controls his webpage, never you. However have a look
at Ajax it comes in my idea the nearest in what you are asking.

Cor
 
Back
Top