Hi,
I use a radprogressarea within a radwizard step. In this step I would like to report the progress of two operations.
How can I get the headertext to change when the second operation starts?
I’ve tried the obvious, by putting the following just before the second operation completes
Does the control need to be included within the Ajax manager?
I use a radprogressarea within a radwizard step. In this step I would like to report the progress of two operations.
How can I get the headertext to change when the second operation starts?
I’ve tried the obvious, by putting the following just before the second operation completes
RadProgressArea3.HeaderText =
"Processing Number 2"
;
Does the control need to be included within the Ajax manager?