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 wan't to create a custom datatype Checkboxlist that shows the childnodes of the node you put this custom datatype on.
So I can check some newsitems on the NewsNode
News- newsitem1- newsitem2- newsitem3
How do I do this when I can't access Node.Getcurrent() in a custom datatype?
You can do new Node(Request.QueryString["id"]).
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
ChildNodes in Custom Datatype
I wan't to create a custom datatype Checkboxlist that shows the childnodes of the node you put this custom datatype on.
So I can check some newsitems on the NewsNode
News
- newsitem1
- newsitem2
- newsitem3
How do I do this when I can't access Node.Getcurrent() in a custom datatype?
You can do new Node(Request.QueryString["id"]).
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.