Hi, I am not much familiar with Kentico cms. but i have done some redesigns of website with the help of documents available in kentico websites. now i have to update sitemap xml with updated urls o...
I have a module that updates a custom locations table used by the 'find location' page and its child pages. After the update, the pages don't reflect the changed data. I found a TreeNode property...
Hello,I lost the ability to debug custom scheduled task on localhost. It looks like the Kentico instance isn't using the local dll from the bin folder. Any suggestions kind regards stefan
Hey Is there a way to create some kind of wrapper around mutiple instances of same widget type, I am trying to create a section wrapper when this happens,Typically a editor would be able to group t...
Getting this strange error on the homepage, from stack trace looks like some webpart is failing but cannot figure out what, has anybody been in a similar situation ?Here is the stacktrace for refer...
Is there a way to retrieve the current document url without the culture prefix using macros I have tried using the GetDocumentUrl() and GetDocumentUrlByID(DocumentID) which returns the document url...
I am receiving the error below during a large export(3.3gb), for multiple page types, I can be wrong but issue seems to be space after the 'Company '. How can I remove that space from the export or...
I am developing shopping website using kentico cms.In that I assigned membership expiry using admin panel (Product=@Membership=@My Product=@in membership section=@ membership validity). But I want...
I want to display the registration information and the attendees of the bizform course from kentico version 8.Currently I do not know how to connect data between data tables from bizform and docume...
I want to show form drop down list from bizform select Course_ID,concat(NamCourse,' - ',schedule,' - ',Location) From CMS_Course ORDER BY Course_ID Example: I hope everyone can guide me how to do i...