Accessing usercontrol properties from another page - SERVER-SIDE

  • Thread starter Thread starter John
  • Start date Start date
J

John

Hi all,

I need to access properties (as well as a couple of methods) from one web
page embedded within a usercontrol (with an iFrame inside it) to another
usercontrol embedded on the main page within a placeholder.

How do I go about this?

Regards
John.
 
Since an iframe will form a seperate request to the server, there
really is no reliable, safe way to do this.
 
Back
Top