Hi,
I have a tree object which is bound to an XML list. The XML list contains a name for the type of code I have written (e.g. IM client) and also a path to the file where I have some code.
When the user selects a node's child in the tree, I want to load the file from the path of the selected node's child and then show the text in a text box.
How can I go about this? Is it possible without a server side language?
Thanks