Click or drag to resize
ControlsHelperFindParentControl Method
Searches the container for a server control with the specified id parameter.

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.0.0
Syntax
C#
public static Control FindParentControl(
	string controlId,
	Control control
)

Parameters

controlId
Type: SystemString
The identifier for the control to be found
control
Type: System.Web.UIControl
Starting control

Return Value

Type: Control
See Also