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
How would you search for matching selected items in a checkboxlist?
var root = umbracoHelper.TypedContentAtRoot().First().Descendants("teamPage").First(); var staff = root.Children.Where("staffSector.ToLower().Contains(@sectorname)").ToList();
This doesn't seem to do it.
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
Search for match in checkbox list
How would you search for matching selected items in a checkboxlist?
This doesn't seem to do it.
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.