Rank: Newbie Groups: Member
Joined: 9/18/2011 Posts: 6
|
Hi, I have an interesting challenge (at least to me it is). I'm building a facility within my Web Application which will allow the administrator to manage Web.UI.Control Tooltips. In this facility, I want the administrator to select the 'page' to work with, and then the field on the page.
I started out by restricting the 'page' to those found in a treeview.
Here is where I run in to my first problem. The treeview selection is based on the C Drive, and I want it to start with the root of the application, i.e., '~/..'
Can you give me some guidance on how to set the treeview properties to reflect that we're working from an online environment.
Please keep in mind that pages can reside within folders that exist on the root.
Thanks very much
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
I am not sure if I understand your question correctly. If you just want a root relative Url, you just put in a root relative Url in the TreeNode's NavigateUrl. If you want an absolute Url, you put an absolute Uril in the TreeNode's NavigateUrl.
Thanks
|