Hi!
I'm using RadProgressManager and RadProgressArea to monitor a custom progress in the following scenario:
- The user clicks "Create" button
- At server-side, X items are being added to a Zip-file. For each item, the custom progress is updated.
- When the Zip-file is created, it is written to the Response-stream.
- The Zip-file is available for download.
If the user would click the "Create" button again, the progress area won't display. Is it possible to "reset" the RadProgressManager in any way after it has finished (without having to redirect to the same page again)?