I have developed a search page and am using @%# SearchResultUrl() %@ to get the path of the page found.Is it possible to strip away everything after and including the last / or maybe just show the ...
I'm trying to create an if else with multiple conditions in an ASCX transformation.@%# If( GetSearchValue(@ClassName@) != @CMS.Press@ @@ GetSearchValue(@ClassName@) != PressRelease@, @True@, @False...
Fairly new to Kentico working on a news site. I have a transformation that grabs a byline associated with an article and uses it to construct a file path to the reporters photo. I do it this way be...
How can I combine these two scripts together into one? Basically I'm trying to adding a class if checkbox is True to the existing script:Existing: @a href=@#@ @%# IsCurrentDocument()?@class='select...
Hi,I have a repeater with children that are linked pages. In the transformation (which is a ascx transformation since it uses many placeholders for different conditions), I would like to have the ...