IE WebControls TreeView Control

G

Guest

I have a treeview with checkboxes enabled on 3 levels. Is there a way to get
the nodes to expand when the chackbox is clicked in addition to when the node
itself is clicked? I've seen check events where the code was similar to:
myNode =
((Microsoft.Web.UI.WebControls.TreeView)sender).Nodes[(int.Parse(e.Node))];
However, the only events available to myNode seem to get the basic 4 for any
object(get type, get hash code, etc. ) - no ExpandNode, Checked, etc.
Is there something I'm leaving out?
 

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

Members online

Forum statistics

Threads
473,770
Messages
2,569,584
Members
45,076
Latest member
OrderKetoBeez

Latest Threads

Top