I have a default page containing a treeview. When the node is clicked, the page is opened in an Iframe. How to refresh the Treenode from the iframe page.
This is in asp.net c# website. I am using external javascript .js page where the function is there.
parent.MasterTreeView.Nodes.Item(0).style.backgroundColor = '#CCFF99'; here MasterTreeview is in Defaut.aspx page.
Thanks in advance
Jaganathan BantheswaranPosted May 4, 2015, 6:16 AM
From iframe,
window.parent.youjsfunctionname();
Vithal WadjePosted Apr 2, 2015, 2:12 PM