I need to be able to access the edit user control from the page and the page from the edit user control - specifically non-grid controls from the page in the edit user control. I can do this separately, but when I try to access both at the same time, I get a "Circular file references are not allowed." error because I have to reference the user control in the page and the page in the user control. How can I work around this issue?