Need a "server-side" solution.
Is there any way to access a control (Hidden HTML Field) from an IFRAME (RadWindow) that is on the parent page? Before I launch the IFRAME (RadWindow), I write the URL I am opening to a hidden HTML field on the parent page. The point is so I can access that value from within the IFRAME if I wanted to "go back" to the initial page that was opened. How can I access the hidden HTML control from within the IFRAME "server-side". I need to do this in the code behind.