Quantcast
Channel: DevNet Questions
Viewing all articles
Browse latest Browse all 8901

Multiple IF conditions in ASCX transformation

$
0
0
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.

Viewing all articles
Browse latest Browse all 8901

Trending Articles