Questions tagged [kentico]

Kentico is a content management system (CMS) for building websites, online stores, intranets and Web 2.0 community sites. Kentico utilizes ASP.NET and Microsoft SQL Server. Use this tag for asking questions related to development issues with Kentico CMS.

Kentico is an enterprise-level web Content Management System (CMS) and enterprise marketing system (EMS) produced by a company of the same name.

Build on the .NET stack, Kentico supports both WebForms and ASP.NET MVC development model. Kentico uses SQL Server for the database backend. Developers may build entirely bespoke solutions, or use many of the out-of-the-box components and templates to build production ready sites in the browser itself.

Kentico CMS and EMS are can be customized and extended to measure up to a wide range of business functional requirements,

1753 questions
5
votes
1 answer

HTML encode not working properly for URL

I am trying to generated a URL: Get-it-Together-Stavros-Zenonos-amp;-Katerina-Ko?viewmode=0 Where you can see "amp;" after that url is not generating Like below: Get-it-Together-Stavros-Zenonos-amp See my code below which is generating URL
SmartestVEGA
  • 8,415
  • 26
  • 86
  • 139
4
votes
4 answers

How to fetch Title of news Article in GoogleNewsSitemap using kentico CMS

I am using Kentico 5.5R2 for my website, where i want to generate GoogleNewsSitemap. So far my code is able to fetch newarticle url and publication date, but i'm not able to fetch the title of news article dynamically here's code <%#…
leroy
  • 93
  • 9
4
votes
2 answers

How to prevent ASP.NET and Kentico from processing static files

I have a Kentico CMS website that is processing static resources, such as png files. I would like these files to not be processed by ASP.NET. How do I do this? I am running IIS 7.5 and ASP.NET 3.5 with Kentico CMS (Web Forms). App Pool is…
Rob Gray
  • 3,186
  • 4
  • 33
  • 34
4
votes
1 answer

Log a user in to my front end website using kentico

What is a way that I can log a user in to secure front end area in Kentico? Should I use the ASP.NET membership API?
Ben E G
  • 971
  • 8
  • 16
4
votes
3 answers

Difference between portal template and ASPX template in Kentico

What is the difference between portal template and ASPX template in Kentico? Which is preferable?
Gaurav123
  • 5,059
  • 6
  • 51
  • 81
4
votes
3 answers

Kentico Required document no longer exists

I have a Kentico 5.5 site and some custom document types. When trying to edit the HomePage in CMSDesk it says Required document no longer exists, please select another document. I have not deleted the HomePage but the document type was missing. So…
thegremlin
  • 51
  • 6
4
votes
1 answer

Prevent Automapper converting IEnumerable Property to List

I'm trying to map a Model to a ViewModel that has properties of types that inherit from IEnumerable. The properties are of the same type and name, but Automapper is converting the source to a Generic List and then failing to map to the…
meobyte
  • 1,320
  • 8
  • 15
4
votes
2 answers

Set error message of Kentico BizForm with method registered to BizFormItemEvent

I have registered a method to BizFormItemEvent.Insert.Before that checks if a user already exists with an email address provided in the form and creates a user if it doesn`t. If the user does exist with that email address, then I want to display…
Jerreck
  • 2,930
  • 3
  • 24
  • 42
4
votes
3 answers

Kentico 9 - Limit page type based on page template

I'm trying to limit editors to create wrong document on Kentico nodes. I know there is Page Types -> Scopes for this, but in my case it is hard to configure it. In my scenario I have a repeated node structure like this: Root (template: ROOT) -…
Alberto
  • 71
  • 1
  • 7
4
votes
4 answers

How to set up 301 redirects in Kentico CMS

How would you approach setting up 301 redirects within Kentico CMS (v5.0)? I want to provide a client with an easy way (ideally through the CMS Desk interface) to set up 301 redirects in a website that has recently be re-implemented on Kentico. For…
jmcdowell
  • 120
  • 1
  • 8
4
votes
2 answers

Kentico 7 hide editable text if it's empty

I have an editable text web part on a page template. It has a custom HTML envelope before and after the text. How can I hide the whole thing, envelope included, if the editable text is empty? I need to hide it because the envelope adds stylized…
Tyler Brinks
  • 1,201
  • 1
  • 14
  • 24
4
votes
2 answers

How do you nest multiple CMSRepeaters in Kentico?

Using the Kentico CMS framework (version 7) how would one go about nesting multiple CMS Repeaters? I've tried the following which binds the parent but how would you then get the children to bind?
user2440843
3
votes
2 answers

Kentico CMSListMenu not displaying enough levels of the tree?

I have a kentico CMSListMenu which contains 4 levels at it deepest, i want to display the menu as a nested list down the left hand side of my content, this works fine for 3 levels but i cant get the 4th level to display. I have this working on…
Ben
  • 163
  • 3
  • 18
3
votes
1 answer

Multisite blog post creation in Kentico CMS

I need some guidance on how to achieve the following functionality on the Kentico Xperience 13. The goal is to be able to create a blog post (article page) and have a dropdown to select the category of the post and more importantly to select the…
Mishka
  • 502
  • 5
  • 15
3
votes
1 answer

asp:literal printing in final markup from kentico

A third party developer is building a kentico site for us and there's an asp:Literal tag printing in the head element as delivered to the end user. The tag is the following, Is…
Nicholas Evans
  • 2,194
  • 2
  • 16
  • 18