I'm using the IPageRetriever to query multiple page types by using the RetrieveMultiple() method. Is is possible to exclude pages that do not have the Page Builder feature or the URL feature? Or is...
Kentico 12 portal engine:I am building out a custom query that will take the A/B testing cookie and pass it into a SQL query. What's the easiest way (at a high level) of passing a cookie into a we...
I have been uploading different things with staging from pre-production to production, and now in the production event log I get this error. Does anyone know why? thank you very muchUnexpected exce...
I am using a static html form on the sidebar to search the content of a page as such:@form action=@/carelink-search@@ @label for=@searchtext@@Search Carelink@/label@@br@ @input type=@text@ id=@...
Hello guys,I want know how to add an input(field) on sql query.---QUERY---- IF THIS input IS NULL THEN SELECT ...Thank you
Question. Using a Kentico forms table which has a dropdownlist with options. Depending on a given option selected, we would like to run a separate query. How would this be done? Some background: u...
Dear sirs,We are developing a new portal using Kentico MVC v12.0.51.We have several questions regarding the best practices as far as document query and caching is concerned. In the portal there is ...
What is the easiest/simplest/quickest method in Kentico to pull a value from a custom table? Let's say I've got a table @My_Veggies@ and I want to pull from a column called @ExpirationDate@ in th...
I want to add data in custom table through queryI have ItemID,CheckDate,CheckUserID,CouponName
We are building a large menu tree and need to retrieve RelativeURLs for all TreeNodes. The TreeNode.AllChildren seems an efficient way to get a flat collection of TreeNodes, but getting the Relati...