Actually I'm looking for a way to find the control regardless of it's type
I mean isn't there a way like windows forms .FindControl(name, true)
the control that I will be looking for is either on a grid or inside a group box or inside a tab item
I'm looking for a generic way