ASP.NET: Access Child control Inside IFrame in Parent Page.
Posted
by Shivkant
on Stack Overflow
See other posts from Stack Overflow
or by Shivkant
Published on 2010-01-12T06:52:44Z
Indexed on
2010/03/13
18:05 UTC
Read the original article
Hit count: 354
I have a 1st page in which i have a IFrame control. Inside iFrame, i opened 2nd page. Now i want to access the control values of 2nd Page in 1st page Code behind.
I am not able to access. I am using Dot Net Framework 3.5
Please help me for it...
© Stack Overflow or respective owner