Forum Moderators: open
In left.aspx I read an XmlDocument to build a Treestructure (Internet Explorer Web Controls), and when I select a Node I look through the XmlDocument, to find the correct XmlNode.
After this is done, I want to pass this Node over to the right.aspx file, so this file can extract the information and display it.
How can this be done?