How to displays treeview leaves as normal text and not hyperlink

  • Thread starter Thread starter maflatoun
  • Start date Start date
M

maflatoun

Hi,

I'm using the asp:TreeView component of asp.net 2.0 and my tree is
structure is

Root
-- Parent 1
--------- Leaf 1
--------- Leaf 2

However, Leaf 1 and Leaf 2 both appear to be as hyperlinks (fire an
event). How can I disable the hyperlink property of Leaf 1 and Leaf 2
so that it only displays text?

Thanks
Maz.
 
Back
Top