Syntax
CSharp
VisualBasic
ManagedCPlusPlus
public:
UpdateProgress ()
JSharp
Remarks
Use this constructor to initialize a new instance of the UpdateProgress class. When you create an UpdateProgress control dynamically, you create a custom template that inherits from the ITemplate control, specify markup in the InstantiateIn()) method, and then set the ProgressTemplate property of your dynamically created UpdateProgress control to a new instance of the custom template. When you create UpdateProgress controls dynamically, do so in or before the PreRender event of the page. Creating the UpdateProgress control later in the page life cycle will result in the progress not being displayed.
Assembly: System.Web.Extensions (Module: System.Web.Extensions)