I'd like to set up a smart search results page which can restrict results via a custom field on some pages of my site based on logic I already have in place in my master page. I currently have the ...
I'm creating a custom module for Kentico 11, and I have two fully-functioning Object Listing template implementations using custom UniGrid XML definitions and ControlExtenders. How do I get the Edi...
Do you have any sample how to create a language selector using the languagedatasource and a basic repeater in a ASPX template (master page)?This sample is for the portal engine https://docs.kentico...
Hello DevNet!I am a new hire to a company that has an existing Kentico installation (version 9; seems like a mix of Portal Engine + ASPX Templates) for our corporate site and I cannot figure out ho...
Hello Kentico Team,I am a little stuck on how to create custom error pages for 500 and 503 errors.Should I copy the existing Error.aspx page and alter it's code-behind file to make the error messag...
I would like to know where to put the 2 script files from this article to my web app folder
Hi everyone! I'm using a set of Kentico controls: SearchDialog, SearchFilter, SearchResults. I can't figure out how to use ID links between these controls. There is my code:@cms:SearchDialog ID=@S...
Hi everyone! I'm sorry for such a stupid question, but how can I get an amount of Smart search result in my aspx.cs file? I have been looking for an answer for about 2 hours, and have no results. O...
Hi, everyone! I'm using UniPager on my aspx templates, and there is something like this:@cms:UniPager ID=@UniPager1@ runat=@server@ PageControl=@SearchResults1@@ @PageNumbersTemplate@ @li@@a ...
Hi! I'm trying to define my own ItemTemplate in the CMSSearchResults control. But it looks like nothing happens. Results are displayed as with default template. What may goes wrong? I have the code...