Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I hope this is the correct place to post this question.
The subject pretty much sums up my question.
I think you need to provide a little more information about exactly what you are trying to achieve.
There is a TreePicker User Control you can use in your User Controls to show a Tree/Node browser.
Eg:
<%@RegisterTagPrefix="cc2"Namespace="umbraco.uicontrols.TreePicker"Assembly="controls"%>
<cc2:SimpleContentPickerrunat="server"ID="ContentId"ShowHeader="true"ShowDelete="false"></cc2:SimpleContentPicker>
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Dashboard webcontrol - How to get selected node selected by user
I hope this is the correct place to post this question.
The subject pretty much sums up my question.
I think you need to provide a little more information about exactly what you are trying to achieve.
There is a TreePicker User Control you can use in your User Controls to show a Tree/Node browser.
Eg:
<%@RegisterTagPrefix="cc2"Namespace="umbraco.uicontrols.TreePicker"Assembly="controls"%>
<cc2:SimpleContentPickerrunat="server"ID="ContentId"ShowHeader="true"ShowDelete="false"></cc2:SimpleContentPicker>
is working on a reply...