TreeView Control
-
I have treeview control in my website and each node also has a image. When user click on a node the page redirect to another page. Now my question is , is it possible to have two different url, one for clicking on image node and another for clicking on node text?
Mazy
"This chancy chancy chancy world." -
I have treeview control in my website and each node also has a image. When user click on a node the page redirect to another page. Now my question is , is it possible to have two different url, one for clicking on image node and another for clicking on node text?
Mazy
"This chancy chancy chancy world."Use JavaScript and overrides the Links. But it is a complicated one and bring up performance issues if the data is huge, since JavaScript executes on Client Side (After the Server-Side Load).
Regards, Venkatesh Mookkan. Software Engineer, India My: Website | Yahoo Group | Blog Spot