| 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
)
Public Function RegisterControl (
control As Control
) As String
Parameters
- control
- Type: System.Web.UIControl
Control to register.
Return Value
Type:
StringA ticket that can be used for referencing the control.
Exceptions Remarks This operation requires a valid ASP.NET session.
See Also