A
Andrew Stokes
Hi
I have a usercontrol which contains ajax toolkit controls which I am using
in a SharePoint siite. When the user clicks one of the buttons on the page
it fires a series of events server side (creates a new project in project
server, creates an new SharePoint site ... ) each of which take quite some
time. I would like to display the successful completion of each event in the
control to so the user can see what progress has been made.
I am struggling to understand how I can engineer the page to perform each
task in turn, post the page back after each task has occurred (to update the
UI that the task has been done) then fire the next server side event. It's
easy to update a control with the status changes but the updated control is
only displayed to the user when all of the server side events have completed.
Can anyone help me with this?
Regards
Andrew
I have a usercontrol which contains ajax toolkit controls which I am using
in a SharePoint siite. When the user clicks one of the buttons on the page
it fires a series of events server side (creates a new project in project
server, creates an new SharePoint site ... ) each of which take quite some
time. I would like to display the successful completion of each event in the
control to so the user can see what progress has been made.
I am struggling to understand how I can engineer the page to perform each
task in turn, post the page back after each task has occurred (to update the
UI that the task has been done) then fire the next server side event. It's
easy to update a control with the status changes but the updated control is
only displayed to the user when all of the server side events have completed.
Can anyone help me with this?
Regards
Andrew