PDA

Click to See Complete Forum and Search --> : Treeview - Clicking Nodes


iandarbyshire
Mar 13th, 2001, 09:08 AM
I've got a basic ASP application up and running to show company hierarchies using a treeview control. I select a company name from a drop down on another page and then add it to the querystring for the ASP page with the treeview.

The treeview works great, but I want to be able to call up information on a specific company (node) by clicking on it.

1/ What is the event I need to use? e.g onclick / nodeclick

2/ Can I populate fields on the same ASP page, without having to regenerate the tree? For example once I have the tree I would like to click on each node to call up the address of that company.

I'm a VB programmer struggling with VBScript and ASP so apologies if this doesn't make sense!

Ian