AjaxSettingsCollectionAddAjaxSetting Method (Control, Control) |
This method adds a new AjaxSetting to the collection by building one from its
parameters.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic void AddAjaxSetting(
Control ajaxifiedControl,
Control updatedControl
)
Public Sub AddAjaxSetting (
ajaxifiedControl As Control,
updatedControl As Control
)
public:
void AddAjaxSetting(
Control^ ajaxifiedControl,
Control^ updatedControl
)
member AddAjaxSetting :
ajaxifiedControl : Control *
updatedControl : Control -> unit
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