[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

dfabbricante

2/5/2004 6:52:00 PM

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.