arshadshaikh 0 Newbie Poster

I need to access controls of the main page from an iframe with ASP.Net C#.

Is there any way to access it.

For example i have a page i.e. index.aspx and there is a label name with Label1. And also i also have used an iframe inside index.aspx.

Now i want to use Label1 of index.aspx from an iframe. Is it possible.

If yes then how can i access and use it?