G
Guest
Hi,
I'm using the IE TreeView WebControl in my ASP.NET web application.
How can I upon selecting a tree node, gets its details such Text and
NodeData properties and displaying them? The following illustrates what I
want to achieve:
private void TreeView1_SelectedIndexChange(object sender,
Microsoft.Web.UI.WebControls.TreeViewSelectEventArgs e)
{
this.Label1.Text = e.[I want the selected node's Text or NodeData
here!]
}
Any ideas ???
Thanks,
Steve.
I'm using the IE TreeView WebControl in my ASP.NET web application.
How can I upon selecting a tree node, gets its details such Text and
NodeData properties and displaying them? The following illustrates what I
want to achieve:
private void TreeView1_SelectedIndexChange(object sender,
Microsoft.Web.UI.WebControls.TreeViewSelectEventArgs e)
{
this.Label1.Text = e.[I want the selected node's Text or NodeData
here!]
}
Any ideas ???
Thanks,
Steve.