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...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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...