Results 1 to 2 of 2

Thread: ASP.NET TreeView to display TreeNode ToolTips? ***RESOLVED***

  1. #1

    Thread Starter
    Lively Member tgoodmannz's Avatar
    Join Date
    Sep 2000
    Location
    Mid On at the Pavillion End
    Posts
    102

    ASP.NET TreeView to display TreeNode ToolTips? ***RESOLVED***

    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
    Last edited by tgoodmannz; Aug 12th, 2003 at 09:51 PM.

  2. #2

    Thread Starter
    Lively Member tgoodmannz's Avatar
    Join Date
    Sep 2000
    Location
    Mid On at the Pavillion End
    Posts
    102
    Tooooo easy ...

    use the HTML Tags <acronym></acronym> when setting the code text.

    Instead of doing

    Code:
    Tree.Node.Text = "Node Number 1"
    use

    Code:
    Tree.Node.Text = "<acronym Title='This is the tooltip for Node Number 1'>Node Number 1</acronym>"

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width