Hello,
I have a question about asynchronous page in asp.net 2.0.
whether client request to asynchronous page (ASP.NET) return immediately or not?
- If it does, how will client do to get the data from the asynchronous page? as far as I know, server cannot push these data to client
- If it doesn't, does it mean the request will have to wait until the task done otherwise it will be timeout?
thankyou
justin