I am having a problem getting Rad doc windows talking to each other. I want to be able to have 4+ doc windows (Consisting of .ascx controls) on the screen. With those 4 .ascx dock controls I want to be able to fire custom events that other windows subscribe to. For an example I have a drop down in one Dock window that calls a Bind for a Grid in another Dock Window. I seem to be having a problem finding the controls. I've used "this.Parent.FindControl" and other variations of this code but to no avail I cannot find the other .ascx controls within the other doc windows. Please help me.