Skip to main content

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.

489 questions with no upvoted or accepted answers
3 votes
1 answer
196 views

Kentico CMS Repeater UniPager shows everything on one page

I have the following code in front: <cms:CMSRepeater ID="RepItems" runat="server" DataBindByDefault="false"> <ItemTemplate> //code </...
rory's user avatar
  • 1,490
3 votes
1 answer
537 views

System Exception - Input stream is not at the beginning position in Kentico

I am working on a Kentico project where I have to integrate MetaScan into Kentico. I am trying to send a HttpPosted file through the method callMetaScan(CMSFileUpload.PostedFile) and I have the ...
Sabyasachi's user avatar
3 votes
0 answers
544 views

Kentico: JSON serialization not escaping quotation marks

Is there a way to force the Kentico CMS JSON serializer to escape quotation marks properly? Today I was helping my wife debug a text-cleanup routine, and in some cases the users had created HTML ...
McGuireV10's user avatar
  • 9,796
3 votes
2 answers
351 views

How can I get Kentico 8.0 to properly update document attachments when Publishing a document that has been edited via the API?

The Scenario: We've got an Angular front end bolted on top of a Kentico 8.0 instance. Users are able to view, add, and edit documents through the this front end. When a user adds/edits a document, ...
Mir's user avatar
  • 2,519
2 votes
1 answer
141 views

How to schedule email newsletter

How to schedule an email newsletter? Documentation seems to missing that. I have newsletter with widget that will take news from last 2 weeks. I would like to automatically send that newsletter every ...
ketrab's user avatar
  • 61
2 votes
1 answer
525 views

Boost search results in Lucene via the presence of a field value

I am using Lucene.net via Kentico. I am trying to boost results that have a particular value in a field. For example: myfield:"myvalue"^2 Unfortunately this is treated as a search term and alters ...
Sprintstar's user avatar
  • 8,107
2 votes
0 answers
151 views

Kentico UniPager in custom UserControl

In my aspx file I have the cms:UniView control, and cms:UniPager for it. This works fine. Now I want to move the cms:UniPager control to another place. I'm placing it into my custom UserControl and ...
Alex P's user avatar
  • 124
2 votes
0 answers
365 views

Kentico content staging error on IIS

I've inherited a site in two separate staging and production Kentico v6.0.39 sp1 installs that i'm tasked to move from Win2008R2 to a new Win2012 server. I've copied the DBs, and sites completely and ...
inbanco's user avatar
  • 83
2 votes
0 answers
1k views

HttpWebRequest.GetResponse() is not working with httppPostedFile in c#

I am working on a Kentico project where I have to integrate MetaScan into Kentico. I am trying to send a HttpPosted file through the method callMetaScan(CMSFileUpload.PostedFile) and I have the ...
Sabyasachi's user avatar
2 votes
1 answer
589 views

Custom Route for handling Root level pages added using Kentico CMS ASP.NET MVC

We're creating a custom site using Kentico CMS. I'm a front-end developer for the most part but I'm lead on this project. I understand most Routing concepts in ASP.NET MVC but I'm not sure what to do ...
ddilsaver's user avatar
  • 1,000
2 votes
1 answer
2k views

System.Runtime.Serialization.SerializationException: Member 'LastUpdated' was not found

I just recently upgraded our Kentico CMS to latest hotfix. After the push to the prod servers, i am getting the below error on both the servers. Has any one else worked through this error? I think ...
learning...'s user avatar
  • 3,134
2 votes
1 answer
2k views

Kentico 7 - Display an image from media library in web part

I have created a custom web part for Kentico that needs to allow the content manager to select an image from the media library that will be set as a background image in a div. The form control I am ...
user1209945's user avatar
2 votes
1 answer
343 views

Full text search in the Attached documents in Kentico CMS 7

Is there any way in which I can search the attachments and show the attached documents in the search result? My search result should show only the attachments in which the search text is contained. ...
Manish's user avatar
  • 113
2 votes
3 answers
1k views

Nested repeater is not returning anything

I've created a custom document type that points to a website. It has just a DocumentName field and a Path field. You can place these documents under themselves. So you can have DocA with Doc1, Doc2, ...
Stephen__T's user avatar
  • 2,024
2 votes
1 answer
864 views

Is there a way to compare two macros in Kentico?

I have a disclaimer message that I only want visible when the page being viewed hasn't been translated into the language that has been selected for the site. I'm using a static text webpart for the ...
Mark at Wakefly's user avatar

15 30 50 per page
1
2 3 4 5
33