How to access control/property/method of a parent page

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rs36718
    New Member
    • Mar 2007
    • 3

    How to access control/property/method of a parent page

    Hi,

    I have page called PageMain with an Iframe, and I will load a child page named PageChild into Iframe on click of a hyperlink.

    Now I want to read a control/property/method of a PageMain from PageChild.aspx. cs

    Can anyone help me?

    Thanks,
  • kenobewan
    Recognized Expert Specialist
    • Dec 2006
    • 4871

    #2
    Originally posted by rs36718
    Hi,

    I have page called PageMain with an Iframe, and I will load a child page named PageChild into Iframe on click of a hyperlink.

    Now I want to read a control/property/method of a PageMain from PageChild.aspx. cs

    Can anyone help me?

    Thanks,
    Here is an article that may help:
    ASP.NET : Trigger an Event in the Parent Page from within a Page inside IFrame

    Comment

    Working...