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
Getting an error when trying to get selected values in checkbox list datatype.
'object' does not contain a definition for 'Value'. What am I doing wrong here?
Didn't have an issue in U4.
foreach(var item in node.GetProperty("newsCategory").Value.Split(',')) { <li>@item.Name</li> }
Hi Jeff
Don't know if you're using MVC or webforms but I'm guessing MVC.
So instead of node.GetProperty try CurrentPage.newsCategory perhaps?
Hope this helps.
/Jan
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
GetCheckboxList in U7 error
Getting an error when trying to get selected values in checkbox list datatype.
'object' does not contain a definition for 'Value'. What am I doing wrong here?
Didn't have an issue in U4.
Hi Jeff
Don't know if you're using MVC or webforms but I'm guessing MVC.
So instead of node.GetProperty try CurrentPage.newsCategory perhaps?
Hope this helps.
/Jan
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.