Click or drag to resize
AjaxSettingsCollectionAddAjaxSetting Method (Control, Control)
This method adds a new AjaxSetting to the collection by building one from its parameters.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public void AddAjaxSetting(
	Control ajaxifiedControl,
	Control updatedControl
)

Parameters

ajaxifiedControl
Type: System.Web.UIControl
The web control to be ajaxified (the initiator of the AJAX request)
updatedControl
Type: System.Web.UIControl
The web control that has to be updated.
See Also