How do you get a specific nested control of dynamically created controls (i.e. the child of a dynamic control)? The FindControl() method does not work because it only deals with TopLevel dynamic controls I believe.
How do you get a specific nested control of dynamically created controls (i.e. the
Share
You need to recurse through your controls: (C# code)