Posted under: Kentico


Automatically push data from a Kentico form to SalesForce using a Web to Lead form

Fri Apr 04 2014KenticoASP.NETC#

This post shows how to have data from a Kentico form builder pushed to SalesForce automatically using the Web-To-Lead functionality.

Read More ››

Kentico - how to change online form widget to generate div tags instead of tables

Mon Jan 06 2014KenticoASP.NET

This post shows how to change the Online-Form widget in Kentico CMS to generate DIV tags instead of TABLE tags.

Read More ››

How to set change the time zone for a site in Kentico 7 CMS

Thu Oct 17 2013KenticoASP.NET

How to setup the site's timezone to be different than the server's timezone in Kentico 7 CMS

Read More ››

Kentico CMS Mapper functions using Reflection in C# .NET

Thu Oct 17 2013KenticoC#ASP.NET

The following post shows functionality on mapping a Kentico CMS TreeNode object to a strong type .NET model class. These functions use reflection to map a property in the class to a Kentico document type field.

Read More ››

Kentico CMS helper functions to query nodes and return strong typed objects

Wed Oct 16 2013KenticoASP.NETC#

The following post shows Kentico 7 CMS wrapper functions that allow you to easily query nodes and return back a strong type.

Read More ››

How to create a record in a Kentico BizForm through the Kentico API

Tue Oct 15 2013KenticoASP.NETC#

This post shows an example of how to create a record in a Kentico BizForm through the Kentico API.

Read More ››

How to access the master page of a Portal Page template in Kentico CMS

Mon Oct 14 2013KenticoC#ASP.NET

This post shows you how to access the actual master page for a Kentico Portal template. It allows you to edit the HTML tag and other areas that are not accessible from within the Kentico user interface

Read More ››