Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Bram Loquet 72 posts 102 karma points
    Aug 25, 2010 @ 13:56
    Bram Loquet
    0

    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?

  • Jeroen Breuer 4909 posts 12266 karma points MVP 5x admin c-trib
    Aug 25, 2010 @ 14:20
    Jeroen Breuer
    0

    You can do new Node(Request.QueryString["id"]).

  • 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.

Please Sign in or register to post replies