ControlsHelperFindParentControl Method |
Searches the container for a server control with the specified id parameter.
Namespace: CMS.ExtendedControlsAssembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.0.0
Syntax 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:
ControlSee Also