Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to pause for long request?
Message
From
20/03/2002 12:34:48
 
 
To
All
General information
Forum:
ASP.NET
Category:
Other
Title:
How to pause for long request?
Miscellaneous
Thread ID:
00635071
Message ID:
00635071
Views:
38
I have a long request in the middle of an ASP page.

Something like that:
< % ERROR: @ Language=VBScript  % >
< % ERROR:  response.buffer = True  % >
  Set lo = Server.CreateObject("webServer.comeclass") 
   Response.Write( lo.somemethod())&"<br>"
   Response.Write( "Hello")&"<br>"
  
How can I make second Response.Write wait till the long first Response ends output?
Anatoliy
Next
Reply
Map
View

Click here to load this message in the networking platform