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
Hi Umbraians
I am trying to create a list of Checkbox list values separated by a "+" using Razor.
By default the values are separated by a comma.... Like this:
value1,value2,value3
I need the result to be:
value1 + value2 + value3
Can anybody help me out here?
Kind regards
Mikkel from Denmark
Hi Mikkel
Could this approach help? http://markdevelopmentblog.blogspot.dk/2014/02/umraco-razor-split-string-example-split.html
/Jan
Yes, it certainly can.... Thank you :)
You're welcome - if it solves your issue then remember to mark the topic as solved so others can benefit and go straight to the solution :)
Cheers, Jan
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Split Checkbox List values with a "+"
Hi Umbraians
I am trying to create a list of Checkbox list values separated by a "+" using Razor.
By default the values are separated by a comma.... Like this:
value1,value2,value3
I need the result to be:
value1 + value2 + value3
Can anybody help me out here?
Kind regards
Mikkel from Denmark
Hi Mikkel
Could this approach help? http://markdevelopmentblog.blogspot.dk/2014/02/umraco-razor-split-string-example-split.html
/Jan
Yes, it certainly can.... Thank you :)
Hi Mikkel
You're welcome - if it solves your issue then remember to mark the topic as solved so others can benefit and go straight to the solution :)
Cheers, Jan
is working on a reply...