protected void tree_NodeSelectionChanged(object sender,
Infragistics.WebUI.UltraWebNavigator.WebTreeNodeEventArgs e)
{
TextBox1.Text = e.Node.Text;
//You can use also other properties of the node:
//e.Node.DataKey;
//e.Node.DataPath;
}
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment