WebForms ProgressArea Overview

RadProgressArea control provides support for custom progress monitoring. It can be used together with any upload control - the simple HTML tag, Microsoft’s default control or Telerik’s RadAsyncUpload control, to display file upload progress in a rich and highly customizable manner. The progress bar can be adapted to any application's design thanks to the 20 built-in skins or define your own templates for custom look and feel.

Telerik UI for ASP.NET AJAX Ninja image

The Progress Area is part of Telerik UI for ASP.NET AJAX, a professional grade UI library with 120+ components for building modern and feature-rich applications. To try it out sign up for a free 30-day trial.

RadProgressArea Basic Usage

The following example shows the basic usage of RadProgressArea with RadAsyncUpload:

<telerik:RadAsyncUpload RenderMode="Lightweight" ID="RadAsyncUpload1" runat="server"></telerik:RadAsyncUpload>
<telerik:RadProgressArea RenderMode="Lightweight" ID="RadProgressArea1" runat="server"></telerik:RadProgressArea>           

Example

WebForms Progress Area

Customization with Templates

Integration with AsyncUpload

Integration with Input Type File

Key Features

  1. Progress Monitoring of Measurable Processes

  2. File Upload Process Visualization

  3. Templates for Easy Customization

Known Limitations

  1. RadProgressArea is not displayed under Medium Trust level.

  2. RadProgressArea alone is not supported in SharePoint, but you can use it in combination with RadAsyncUpload.

See Also

In this article