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 4908 posts 12265 karma points MVP 4x admin c-trib
    Aug 25, 2010 @ 14:20
    Jeroen Breuer
    0

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

Please Sign in or register to post replies

Write your reply to:

Draft