Please be advised that this ComponentOne software tool is accompanied by various sample projects and/or demos which may make use of other development tools included with the ComponentOne Studio. Samples can be accessed from the ComponentOne ControlExplorer. To view samples, on your desktop, click the Start button and then click Documents | ComponentOne Samples | ASP.NET Web Forms | Web Forms | CS | ControlExplorer . The ControlExplorer sample includes a section that details some of the functionality available in the C1Carousel control.
C# Samples
The following pages within the ControlExplorer sample installed with ASP.NET Web Forms Edition detail the C1Carousel control's functionality:
Sample | Description |
---|---|
Overview | This sample illustrates the default C1Carousel control, which is useful for displaying images or other contents in a list. The carousel has next/previous buttons to navigate the next or previous images; it can be played automatically. |
LoadOnDemand | C1Carousel supports retrieving data (nodes) dynamically. Child items are loaded using AJAX when they were scrolled to the current position. |
DataBinding | C1Carousel supports data binding, it can bind image URL, caption, and link fields, or bind any data in template. |
Orientation | This sample illustrates the orientation of the items of C1Carousel. |