Is it possible to remove the hyperlink for the nodes in the tree view control?
I am not using the tree view control for navigation but for showing a
hierrachial structure. I do not want the user to click on the node text and
fire a postback everytime. Basically i do not want the a postback on
selectnodechange.
Any help is appreciated.
Brock Allen - 20 Jul 2005 00:13 GMT
Set each TreeNode's SelectAction="None"
-Brock
DevelopMentor
http://staff.develop.com/ballen
> Is it possible to remove the hyperlink for the nodes in the tree view
> control? I am not using the tree view control for navigation but for
[quoted text clipped - 3 lines]
>
> Any help is appreciated.
getdotnet - 20 Jul 2005 14:52 GMT
It worked. Thanks
> Set each TreeNode's SelectAction="None"
>
[quoted text clipped - 9 lines]
> >
> > Any help is appreciated.