Let end-users know the progress of an operation with the WijProgressBar control. You can easily customize the look of the indicator with animations, styles, labels, and more.
WijProgressBar Markup
The following markup creates a WijProgressBar control. Set the TargetControlID property to attach the extender to a control.
<cc1:WijProgressBar ID="Panel1_WijProgressBar" runat="server"
TargetControlID="Panel1">
<animationoptions easing="">
</animationoptions>
</cc1:WijProgressBar>