Click or drag to resize

EAPUtilFindChildControl Method

Search the provided control for an immediate child control with the specified ID.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static Control FindChildControl(
	WebControl ctrl,
	string childID
)

Parameters

ctrl
Type: System.Web.UI.WebControlsWebControl
The control in which to look.
childID
Type: SystemString
The ID of the child.

Return Value

Type: Control
The control if found, else null.
See Also