Hi,
I have a web app that does some object generation in the backend and then saves the results to the DB. However, is it possible to enhance the updateprogress control so that it will show the different statuses.
For example, if I click the Go button I want the following to happen:
First it will display: Generating Objects
After the objects are generated it will display: Objects generated, saving to database
After saving: Objects successfully saved.
There may be some additional steps but that's just the starting point and adding steps shouldn't be too difficult, I think.
Thanks for your help!
I have a web app that does some object generation in the backend and then saves the results to the DB. However, is it possible to enhance the updateprogress control so that it will show the different statuses.
For example, if I click the Go button I want the following to happen:
First it will display: Generating Objects
After the objects are generated it will display: Objects generated, saving to database
After saving: Objects successfully saved.
There may be some additional steps but that's just the starting point and adding steps shouldn't be too difficult, I think.
Thanks for your help!