OK, this question is 2 parts.
The first part is I have a user control that contains an iFrame in it. I need a way to access it through the code behind file of the user control.
The second part is, I want to take the control created above, and make a property (which is just a property of the iFrame control) available to the page that is hosting this user control.
How do I do this?
