An error System.ObjectDisposedException with message Cannot access a closed Stream is being thrown when attempting to attach and send an System.IO.MemoryStreamEmailAttachment to an EmailMessage. Th...
I am tasked with setting up SAML 2.0 Single Sign On via the Sustainsys (Kentor) library for the project I am currently working on. Here is the documentation I have been following. The website is a ...
We're looking for first-class HTML 5 CMS Form Controls for Kentico 9+, meaning control/s that integrate with the Kentico Form Builder and Fields tabs seamlessly, and that express useful related set...
I've been searching and working around a lot to understand how to create a Forms using Kentico Form builder with custom form controls that may have special fields and custom validation and totally...
A custom page type is storing a multi choice form control property value as a pipe delimited string such as "foo|bar".Within a page type ASCX transformation I'm able to successfully retrieve and di...
We're working with a CMS (Kentico) which internally uses an ASP.NET webforms RadioButtonList to render radio buttons on custom forms. Via the CMS we can still control the RepeatDirection and Repeat...
I have a form that I want to include on each of 250 pages based on the same pageType. Thus I want to include the form reference in the template and have it render on all pages. this much seems to ...
I am working on integrating Bootsrap forms into Kentico CMS which is powered by .NET. In doing so I noticed that the "form" tag is being stripped from my form. I received the following from Kentico...
I'm working on a asp.net project in Kentico.Currently I created a Model, let's call it PartnerModel. It contains a private variable of the type TreeNode, which basically holds the same informations...
I have a webpart with 3 dropdownlists. The 2nd and 3rd ones are dependent on the 1rst one (the options will change depending on the option selected in the 1rst ddl). All 3 dropdownlists have disabl...