In this section you will build a control for your Sitefinity CMS application as a custom control. You will build the NewsRotator control, which loads a set of news items, display basic details and rotate them in a slideshow manner.
This tutorial outlines the main concepts of creating a custom control. You can download the full code sample for the NewsRotator control from Sitefinity CMS GitHub repository » Telerik.Sitefinity.Samples.NewsRotator.
Back To Top