AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

AdvantagePageTemplate..::..FindControlRecursive Method

Finds the control recursive.

Namespace:  AdvantageCMS.Core.Common.BaseClasses
Assembly:  AdvantageCMS.Core (in AdvantageCMS.Core.dll)

Syntax


protected static Control FindControlRecursive(
	Control oRoot,
	string controlId
)

Parameters

oRoot
Type: Control
The o root.
controlId
Type: String
The ID of the control to find.

Return Value

Control.