Hi,
I have a web application that contains subfolders Admin and User with
related webpages inside them. Within the Admin folder I have a page
containing a Tree View Control.I want this tree view to have nodes for
all pages in the website. However it seems that I cannot create child
nodes within this tree view for pages that exist outside the Admin
folder.(i.e.pags within the User folder or the Root folder ).It gives
me an errors stating that the nodes to any page outside the Admin
folder could not be found. However if i place the Tree View page in the
webapplication root folder,it displays me nodes to all pages in the
website. How can i enable the Tree View Control to show me nodes to
all pages inside the website and not restrict it to the pages within
the Admin folder.
Thanx