wwWebUtils.FindControlRecursive

Finds a Control recursively. Note finds the first match and exits

public static Control FindControlRecursive( Control Root,
	string Id,
	bool AlwaysUseFindControl );

Parameters

Root
Id
AlwaysUseFindControl
If true uses FindControl to check for hte primary Id which is slower, but finds dynamically generated control ids inside of INamingContainers

Overloads:

public static Control FindControlRecursive( Control Root, string Id );

See also:

Class wwWebUtils


  Last Updated: 7/7/2008 | © West Wind Technologies, 2008