Click or drag to resize
AjaxUpdatedControl Class
This class holds a reference to a single updated control and the loading panel to display.
Inheritance Hierarchy
SystemObject
  Kettic.AspNet.ControlsAjaxUpdatedControl

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public class AjaxUpdatedControl

The AjaxUpdatedControl type exposes the following members.

Constructors
  NameDescription
Public methodAjaxUpdatedControl
The default constructor of the AjaxUpdatedControl class.
Public methodAjaxUpdatedControl(String, String)
A constructor of AjaxUpdatedControl which takes the control to be updated and the id of the loading panel to display as parameters.
Top
Methods
  NameDescription
Public methodEquals (Overrides ObjectEquals(Object).)
Public methodGetHashCode (Overrides ObjectGetHashCode.)
Top
Properties
  NameDescription
Public propertyControlID
The ID of the web control that is to be updated.
Public propertyUpdatePanelHeight
Height which will be set to the generated UpdatePanel
Public propertyUpdatePanelRenderMode
Gets or sets the render mode of the the KaxAjaxPanel. The default value is Block.
Public propertyWaitIndicatorID
The ID of the KaxAjaxWaitIndicator to be displayed during the update of the control.
Top
See Also