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.
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.