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 am currently looking at using AutoComplete to select multiple members for a document.
The data is stored as follows "<members>1088,1095</members>" and @Model.Members returns "10881095".
I have tried @Model.GetMembersByCsv(@Model.Members) to iterate over the data, but it returns nothing.
How do I iterate over this information with Razor?
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
Autocomplete, GetMembersByCsv() & Razor
I am currently looking at using AutoComplete to select multiple members for a document.
The data is stored as follows "<members>1088,1095</members>" and @Model.Members returns "10881095".
I have tried @Model.GetMembersByCsv(@Model.Members) to iterate over the data, but it returns nothing.
How do I iterate over this information with Razor?
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.