How to set OnMouseOver item for a treeview node

J

Jaime Stuardo

Hi all...

I have a TreeView in my form. When the page is shown in the browser and I
move the mouse over the nodes, in status bar appears a call to
JavaScript:doPostBack. I want other text to be displayed there by mean of
OnMouseOver and OnMouseOut events.

How can I set those events for each node when the treeview is created
dynamically? I tried tooltip property, but as the name suggests, it only
shows a tooltip when the mouser hovers a node.

Thanks in advance
Jaime
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top