Hello,
Using RadProgress area and RadProgressManager to monitor a long process,
I am doing just as in the sample in Page_Load when not in postback the adaptation for labels:
And my UI is not changed, I get back the old values ?????
Everything else works quite normally :)
Something seems to be missing ?
CS
Using RadProgress area and RadProgressManager to monitor a long process,
I am doing just as in the sample in Page_Load when not in postback the adaptation for labels:
RadProgressArea1.Localization.UploadedFiles = "Completed Steps: "; |
RadProgressArea1.Localization.CurrentFileName = "Step: "; |
RadProgressArea1.Localization.TotalFiles = "Total Steps: "; |
And my UI is not changed, I get back the old values ?????
Everything else works quite normally :)
Something seems to be missing ?
CS