ASP.NET Pack Programmer's Guide
ControlHelper.FindControlRecursive Method
See Also
 





Recursively looks for a child control with the specified ID.

Namespace: MindFusion.Mapping.WebForms
Package: MindFusion.Mapping.WebForms

 Syntax

C#  Copy Code

public static Control FindControlRecursive (
    Control root,
    string id
)

Visual Basic  Copy Code

Public Shared Function FindControlRecursive( _
    root As Control, _
    id As String _
) As Control

 Parameters

root

The parent control from which to start the search.

id

Specifies the ID of the child control to find.

 Return Value

A reference to the control, or null if no control with the specified ID has been found.

 See Also

ControlHelper Members
ControlHelper Class
MindFusion.Mapping.WebForms Namespace