Hi,
Does anybody know of a way to get the Microsoft TreeView to display custom tooltips for indivisual TreeNodes ???
Or is there a better TreeView to use in ASP.NET than Microsoft??
Thanks,
Tim
Hi,
Does anybody know of a way to get the Microsoft TreeView to display custom tooltips for indivisual TreeNodes ???
Or is there a better TreeView to use in ASP.NET than Microsoft??
Thanks,
Tim
Tooooo easy ...
use the HTML Tags <acronym></acronym> when setting the code text.
Instead of doing
useCode:Tree.Node.Text = "Node Number 1"
Code:Tree.Node.Text = "<acronym Title='This is the tooltip for Node Number 1'>Node Number 1</acronym>"