TreeViewNode select

Hi All first I must say that the collection of essential tools in the asp.net package are fantastic these tools are of such high qualtiy. You are not a true web developer unless your utilising these tools ajax and dynamic content are the way forward and you guys are well and truely ahead of the pack( in my opinion anyway).

My problem
How can i programically show that a node has been selected ?

Dim tv As Syncfusion.Web.UI.WebControls.Tools.TreeView = Me.menuTree
Dim functionnode As TreeViewNode = tv.Items.Item(0)
functionnode.Expanded = True
''some code goes here to show that the search node has been selected.
Can I fire the event on the serverside. or is there a node isselected type property


2 Replies

BH Bhuvana Syncfusion Team October 9, 2006 05:09 AM UTC

Hi Maurice,

Thanks for your compliments.

You can display the selected node using the following statement.
TreeView1.SelectedNode = functionnode

Regards,
Bhuvana


AD Administrator Syncfusion Team October 9, 2006 09:08 AM UTC

beautiful


>Hi Maurice,

Thanks for your compliments.

You can display the selected node using the following statement.
TreeView1.SelectedNode = functionnode

Regards,
Bhuvana

Loader.
Up arrow icon