Click here to Skip to main content
16,020,701 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hello all
i have page name account.aspx that contain iframe to open onother page name
accpopup.aspx ,accpopup.aspx page contain treeindex ,i wont transfer data from accpopup.aspx page to account.aspx page after choose(double click) account name from treeindex

how can i reach to controls into account.aspx from accpopup.aspx page

i try this code into popup.aspx page after click on name frpm treeindex
Control c = TreeIndex.Parent.Parent.Parent
but its get only controls inside popup.aspx page

i hope that is clear
any help

thanks>>>>
Posted

Following links will be useful to access parent form data.

http://msdn.microsoft.com/en-us/library/cc150846.aspx[^]

http://www.pxl8.com/iframes_3.html[^]

Hope this will help!
 
Share this answer
 
Hello, mohammed sadeq511

Have you find a solution for this....
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900