get the selected node from backend of the tree populated from database.

5 replies. Last post: November 17, 2009 8:26 PM by Handy Surya
Tags :
  • (None)
  • New Discussion
  • New Question
  • New Product Feedback
caMember

hi,


i have created, tree using the method you defined (using database). It is working almost, except some properties like expanded image etc.

this is in the thread 

http://www.intersoftpt.com/Community/WebTreeView/tree-using-database/


Can you please tell me , how can i get the selected node from the backend. Means i want to get the selected node on a button click.


protected void Button1_Click(object sender, EventArgs e)
{
    TextBox1.Text = WebTreeView1.SelectedNode.Text;
}

 the above given code is not working.

can anyone tell me the reason? or is there any other way to do that...


Thanks and regards


ca

All times are GMT -5. The time now is 2:14 PM.
Previous Next