Hi, I'm new in Kentico , I'm currently using version 11. I'm trying to figure out how to send and email when a user clicks a button.I have a page that is using a repeater with customer query , the...
I am trying to use a query in a repeater with a custom query. I am using query option and writing this as my query exec Proc_CMS_GetMyRows {% CurrentUser.UserName @%}The above statement result in a...
I am using a Repeater with Custom Query web part to display information from Custom Table. Using the following querySELECT ##COLUMNS## FROM TableName WHERE ##WHERE##In the Where parameter I am...
I am using custom macro in where condition in repeater with custom query web part like this(ClassName = 'myclass.name') and {%GetSomething())%} Getsomething() macro is creating another half of the...
Hey all, Hoping this is a pure syntax thing, and someone can help me out. I have client who's site was originally using Page relationships to relate ingredients to products. Recently, they have a l...
I have a Repeater with Custom Query. Currently, there's a WHERE Condition like this PracticeAreas = (Custom_BusinessUnit.BusinessUnitId IN (SELECT BusinessUnitId FROM Custom_BusinessUnit AS Custo...
I am trying to call a stored procedure that takes in 3 inputs (State, Zip, @ Distance). Upon submit of the search the values inputted will be put in the query string which is how I am trying to get...
In my transformation, I am trying to link to a document id for every document. But {%DcoumentId%} is returning the same document id for every document. Is there any macro for it or how do I modify ...
Hello.I have a page where I have an online form. The messages sudmitted through this online form is stored in the Kentico database, and then displayed using the @RepeaterWithCustomQuery@ web part. ...
Hi, I am using Repeater with Custom Query to display data. I am using pagination here by selecting Enable Paging and other properties specified in Paging section. By default 10 pages are diaplayed ...