Kentico Controls
Kentico Controls are standard ASP.NET server controls that you can use in Visual Studio. Most of the controls focus on loading and displaying data from the Kentico content repository. You can place the controls into:
- Custom web forms or user controls
- The user controls (ASCX files) that define custom web parts
- ASPX page templates and pages that do not use the portal engine
- Virtual ASCX objects in Kentico such as Page layouts or Transformations
Kentico controls work on the .NET 4.6 and 4.7 Frameworks.
Tip: Before you start working with controls, you can add them to your Visual Studio Toolbox.
Sample Corporate Site required
The examples in this reference assume that your Kentico database contains data from the sample Corporate Site.
Control hierarchy
Kentico Controls make use of the object-oriented nature of the .NET Framework and many of them are derived either from standard ASP.NET controls or from each other. This means that controls with similar functionality have many common properties and configuration options.
The following categories and controls are available:
Generic controls
These controls either serve as base controls that others are derived from, or provide additional functionality such as paging.
Basic controls
These controls are not strictly bound to the Kentico database or API, and can be used with any type of bindable data. Most basic controls are derived from either intrinsic ASP.NET controls or Generic controls.
CMS controls
Controls designed to work exclusively with Kentico pages and data. Many CMS controls are derived from Basic Controls.
UI controls
These are user controls that are utilized in the Kentico administration interface. You can also use the UI controls for custom purposes.