Is there a good documentation explain how controls are nested and how to find/access the controls in code behind? I have controls within radgrid, mastertable, etc. burying or nested in so many layers that I don't know how to get a handle to the controls. When the controls are outside those layers, it is so easy to access them by Label1.Text without having to findcontrol().