I am currently using the RadAjaxLoadingPanel as a busy indicator. This is all working great.
However, I was asked to display status messages telling the user what is happening (as the busy indicator is displaying).
I added a Label in the RadAjaxLoadingPanel, like so:
My question: is there any way to update the progressLabel text while I am carrying out the various steps in my code-behind file? I carry out about 5 specific steps and would like to inform the user what step the process it on.