Using Kentico 7, I have a cms form on the aspx page like so:@cms:CMSForm runat="server" ID="cmsFormCreate" FormMode="Insert" ShowOkButton="false" ParentNodeID='@%# documentsFolderNodeID %@'...
Hello,I search now for about 4 hours but in can't understand how do i retrive 1 value from a page type. I created a checkbox as a new field and now I want to get the value of this checkbox. Is ther...
I'm attempting to attach documents contained within a Kentico page (version 7) but not all documents, only those selected in an asp checkboxlist. It would appear I have everything working except wh...
I need to get all of the visible nav menu items in a kentico 7 site. So far, I have the following:Dim stuff As TreeNodeDataSet = TreeHelper.SelectNodes(@/SiteSection/%@)which returns EVERYTHING (wh...
I need to get all of the visible nav menu items in a kentico 7 site. So far, I have the following:Dim stuff As TreeNodeDataSet = TreeHelper.SelectNodes("/SiteSection/%")which returns EVERYTHING (wh...
In this blog post I will explain the usage of hotfix packages and also something about the code samples in our documentation.