Click or drag to resize
AjaxSetting Class
Represents a single AjaxConsole setting - a mapping between a control that initiates an AJAX request and a collection of controls to be updated by the operation.
Inheritance Hierarchy
SystemObject
  Kettic.AspNet.ControlsAjaxSetting

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 AjaxSetting

The AjaxSetting type exposes the following members.

Constructors
  NameDescription
Public methodAjaxSetting
Default constructor for the AjaxSetting class.
Public methodAjaxSetting(String)
A constructor for AjaxSetting taking the ClientID of the control initiating the AJAX request.
Top
Properties
  NameDescription
Public propertyAjaxControlID
This field holds the control id of the control that can initiate an AJAX request.
Public propertyEventName
Corresponds to the EventName property of the internally created AsyncPostBackTrigger.
Public propertyUpdatedControls
A collection of controls that will be updated by the AjaxConsole
Top
See Also