UpdateProgress Web Server Control Declarative Syntax

Provides visual feedback in the browser when the content of one or more UpdatePanel controls is being updated.

<asp:UpdateProgress
    AssociatedUpdatePanelID="string"
    DisplayAfter="integer"
    DynamicLayout="True|False"
    EnableTheming="True|False"
    EnableViewState="True|False"
    ID="string"
    OnDataBinding="DataBinding event handler"
    OnDisposed="Disposed event handler"
    OnInit="Init event handler"
    OnLoad="Load event handler"
    OnPreRender="PreRender event handler"
    OnUnload="Unload event handler"
    runat="server"
    SkinID="string"
    Visible="True|False"
>
        <ProgressTemplate>
            <!-- child controls -->
        </ProgressTemplate>
</asp:UpdateProgress>

Remarks

For more information, see the UpdateProgress class overview.

See Also

Concepts

ASP.NET Server Controls

Reference

UpdateProgress

Other Resources

Web Server Control Syntax