Click to See Complete Forum and Search --> : I need help for asp.net tree control


senthilnathan19
01-02-2007, 08:19 AM
Hi,

Am implementing Asp.net in my project and new to treeview structure concept

i have treeview structure which contains one root node and two child node

and child node have two leaf nodes with check box control.

For example:

root note is Destinations Two child node is Belize and Bonaire

Belize contain two checkbox control nodes. and same for Bonaire

if the submit page.aspx?destination=BELIZE (belize subtree s/b expanded).

If page.aspx?accommodation=SUNBREEZE (destination BELIZE tree expanded and accommodation SUNBREEZE checked)

Please help me

With Regards

S.Senthil Nathan

helensmith
01-03-2007, 02:15 AM
Dude why do not you do some google search.Hope this will help you.

senthilnathan19
01-19-2007, 01:43 AM
Hi helensmith,

Thanks for your reply..

I was searched, there is no result for my question........

please give me a example for findnode method in treeview structure

this is my tree view

Destinations

|-Belize

|-checkbox(Sunbreeze)

|-checkbox(Ramon's Village)

|-Bonaire

|-checkbox(Plaza Resort)

|-checkbox(Divi Flammingo Beach Resort)


In address bar url shows Default.aspx?destination=BELIZE means

the treeview should expand upto BELIZE this what i want..

i dont know how to implement findnode method in this treeview

Please help me sir,

With Thanks

S.Senthil Nathan