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@ %@Is something like this possible? I can't seem to get it to work.
↧