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...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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...