This is a migrated thread and some comments may be shown as answers.

RadProgressArea Custom Process - Show Process Results

1 Answer 133 Views
ProgressArea
This is a migrated thread and some comments may be shown as answers.
Amy
Top achievements
Rank 1
Amy asked on 27 Apr 2013, 05:51 PM
Hi there -

I'm new to Telerik controls; I'm evaluating them on a trial basis to ensure we wish to purchase the control set.  I have a question regarding the progress area.

I have a standard asp.net upload control.  I'm uploading a file which I save to a local directory and then call a custom process to cycle through the records and process them through some business logic.  During this processing, I'm updating the progress area.  I'm using the RadProgressArea Custom Progress example in your documentation: http://www.telerik.com/help/aspnet-ajax/progressarea-customprogress.html

When my custom progress is complete, the progress area disappears.  I am returning a string indicating if the processing was successful or not along with some other information I wish to show on the page.  What is the right away to go about this?  Is there way I can update the text of label from code-behind when the custom progress is done and have it visible on the page?

Thanks!

1 Answer, 1 is accepted

Sort by
0
Hristo Valyavicharski
Telerik team
answered on 02 May 2013, 07:04 AM
Hi Ami,

You could make RadProgressArea visible as apply the following css:
.RadUploadProgressArea {
    visibility: visible !important;
    width: auto !important;
    height: auto !important;
}
I'm attaching small sample demonstrating how to use this css.

Regarding your other issue which text you want to update? Please attach a screenshot.

Regards,
Hristo Valyavicharski
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
ProgressArea
Asked by
Amy
Top achievements
Rank 1
Answers by
Hristo Valyavicharski
Telerik team
Share this question
or