Context: Kentico 12.0.15 portal engine in an ascx transformationI am trying to implement a very simple border style to an html tag using transformation methods If() and IfTrue(). The problem is th...
HeyIs their a method that will allow me to check whether a value exists in my custom table ? I have a column called CountryAlias and would like to check that if a certain country code exists in the...
We are adding a few content subscription widgets to our client's site. However, it is very confusing if the user is already subscribed, they still see the option to subscribe to it. Is there a way ...
Can I check if a data source ( or repeater using this data source ) is empty and use this as a condition macro in the visible property?It can be done with editable text web part by checking if cmsc...
I've adding a new field (checkbox) to a page type and only want it displayed if the documents node level is 1. How can I do this in the visibility section of the field options? Currently I put Curr...
I'm relatively new to kentico and am having some issue with creating a page type with conditional fields based off other fields. Basically I have a drop down list that shows one field if one value ...
HiI'm trying to create a conditional form. The link between the depending fields is working. To show the form, I'm using an HTML layout. But due to the depending fields, the input fields are hidden...
I am having trouble getting the GetDocumentURL() to actually fecth the URL for the transformed item in my conditional statement.This is my code:@div class=@summary@@ @p@@%# IfEmpty(Eval(@summar...
Hi there,I'm working on a transformation and need to include an if statement that if true, will return a bunch of HTML elements, but if not true, will return a whole different set of HTML elements....
Hello DevNet, In an ascx transformation I have under one of my repeaters, I would like to check for if that repeated item is in a specific relationship, and display something if that's true. Diggin...