ESRI.ArcGIS.ADF.Web.UI.WebControls
RefreshUpdatePanel Class
Members  See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace : RefreshUpdatePanel Class




The RefreshUpdatePanel is a control used to ensure that controls deriving from the Web ADF CompositeControl or WebControl are rendered at the proper time of the control lifecycle when Refresh() is called during a partial postback. It works by leveraging the UpdatePanel lifecycle, and calling Render() on the control to be rendered, when the lifecycle of the RefreshUpdatePanel reaches Render() if that control's Refresh() method has been called. It requires that there be at least one control on the page whose ID is set before the control is added to the Page's Controls collection.

Syntax

Visual Basic (Declaration) 
Private Class RefreshUpdatePanel 
   Inherits UpdatePanel
Visual Basic (Usage)Copy Code
Dim instance As RefreshUpdatePanel
C# 
private class RefreshUpdatePanel : UpdatePanel 

Inheritance Hierarchy

System.Object
   System.Web.UI.Control
      System.Web.UI.UpdatePanel
         ESRI.ArcGIS.ADF.Web.UI.WebControls.RefreshUpdatePanel

See Also

© 2010 All Rights Reserved.