Recursilvely looks for a child control with the specified ID.
Namespace: MindFusion.Mapping.WebForms
Package: MindFusion.Mapping.WebForms
C# Copy Code |
---|
public static Control FindControlRecursive ( |
Visual Basic Copy Code |
---|
Public Shared Function FindControlRecursive( _ |
The parent control from which to start the search.
Specifies the ID of the child control to find.
A reference to the control, or null if no control with the specified ID has been found.