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...
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...
What you are asking to do is not possible by any normal means. The two IFrames represent different web requests and one request has no idea about the other request.
It's no different than asking for one request to know about the controls from the previous page the user was on, which is also of course not possible.