views:

48

answers:

0

I have a project where i click on an xmlnode in the treeview and its attributes get displayed in the listbox. Now my backend contains the logic to store the attributes(name and value) of that clicked xml node in an array and return it as a string to my front end class in the treev_AfterSelect. How can i do it?