Click or drag to resize
ControlsHelper.GetChildControl Method (Control, Type, String)
Gets the first child control of specified ID for given control.

Namespace: CMS.Base.Web.UI
Assembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 11.0.0
Syntax
C#
public static Control GetChildControl(
	Control control,
	Type type,
	string controlId
)

Parameters

control
Type: System.Web.UI.Control
Control
type
Type: System.Type
Control type
controlId
Type: System.String
Child control ID

Return Value

Type: Control
See Also