TreeView Handler For oncheck

D

DavidF

Hello,

I am using the TreeView control in IE. My handler get fired when a
node on the tree's "check box" is checked. My problem is the argument
that is passed does not indicate the correct index of the node who's
box was checked. It always indicates index "0.0".

Any Ideas? See my handler below.

public void theNodeChecked(object sender,
Microsoft.Web.UI.WebControls.TreeViewClickEventArgs e)
{
string x = e.Node;
}

Thank you in advance!
David F.
 

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

No members online now.

Forum statistics

Threads
474,263
Messages
2,571,064
Members
48,769
Latest member
Clifft

Latest Threads

Top