How to get a reference to a control from its' string name in C#?
Page.FindControl
If the Control is nested, use Control.FindControl from the parent Control. Otherwise, you'll have to write your own FindControlRecursive
Control.FindControl