Click or drag to resize

AjaxControlManagerRegisterControl Method

Registers the given control to be rendered later asynchronously.

Namespace:  Dynamicweb.Controls
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
public string RegisterControl(
	Control control
)

Parameters

control
Type: System.Web.UIControl
Control to register.

Return Value

Type: String
A ticket that can be used for referencing the control.
Exceptions
ExceptionCondition
ArgumentNullExceptioncontrol is null.
Remarks
This operation requires a valid ASP.NET session.
See Also