Hi! I was able to edit NodePopup.aspx to show more information about the node, like Node.CommunityString and Node.Location. Those are both built-in properties of a node.
Now, we also have a custom property called "Comment".
How can I show that custom property value in the aspx code? <%=Node.Comment%> does not apparently work.
Markku - aspx novice