Hi guys Does anybody know how to access an element from a container on a page?
I know that something simple like <%!! Context:CurrentPage.Elements.GetElement(stf_name).Value !!%> works for an element within the page but if the element is in a separate content class and pulled in, I think you need something like <%!! Context:CurrentPage.Elements.GetElement(con_centre).Elements.GetElement(stf_name).GetHtml() !! %>. Unfortunately, I am trying to pull in a database element from a class into the con_centre on the page and it just shows as blank. Does anybody know if there is a problem trying to pull in something like dbc_name, as opposed to something more simple like a stf_name? Thanks for any help... Neil -- You received this message because you are subscribed to the Google Groups "RedDot CMS Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/reddot-cms-users?hl=en.
