WebUtils.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


See also:

Class WebUtils

© West Wind Technologies, 1996-2016 • Updated: 12/12/15
Comment or report problem with topic