Copied to clipboard

Flag this post as spam?

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


  • Pete 213 posts 285 karma points
    Mar 17, 2016 @ 13:57
    Pete
    0

    Search for nodes by selected item in a checkboxlist

    How would you go about doing this? Can it be done in this sort of way? I have a checkboxlist on a page, and want to search thru documents of it's type where a certain value has been selected on a checkboxlist. I'm running 7.4

    myselection = myfoundroot.Children.Where(x => x.sectorName.selected == "mysearchcriteria").First();

  • 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