Re: How do display progress with a logn running server side task
From: Lau Lei Cheong (lau_lc_at_yahoo.com.hk)
Date: 05/28/04
- Next message: Natty Gur: "Re: Server Control Collection Properties Solutions,Problems MVP Advice Requested"
- Previous message: Steven Cheng[MSFT]: "RE: Page has Expired"
- In reply to: Roy Chastain: "How do display progress with a logn running server side task"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 28 May 2004 09:36:04 +0800
The current solution I used is to write the progress to a file on server
side, and then use another popup window that use javascript to continuously
display the content of the file and refresh within time intervals.
This solution is not efficient and I'll say that it'll be better if you use
one of the third party components.
"Roy Chastain" <roy@kmsys.com> ???
news:ui0db0thca47kpg9ic67psmlcbmstopae8@4ax.com ???...
> I have a aspx web page that is a long running task (1 - 2 min's). I would
like to display an actual progress such as X out of Y items
> processed.
>
> I assume that the correct way to start about this is to put a meta refresh
in the page (say every 10 seconds) to force the page to get the
> new output, but I am not sure where/how to generate the new output and
which if any events etc get fired when the page refresh is requested.
>
> Could someone outline the step or principles involved.
>
> Thanks
> -------------------------------------------
> Roy Chastain
- Next message: Natty Gur: "Re: Server Control Collection Properties Solutions,Problems MVP Advice Requested"
- Previous message: Steven Cheng[MSFT]: "RE: Page has Expired"
- In reply to: Roy Chastain: "How do display progress with a logn running server side task"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|