Example of Data Binding in ASP.NET Core Carousel Control
This sample demonstrates the basic rendering of the ASP.NET Core Carousel component by binding DataSource
property.
DEMO
SOURCE
In this demo, products and its details available in our Syncfusion has been shown as slide show. The data to the
ASP.NET Core Carousel component is bound using dataSource
property. Also,
itemTemplate
is used to customize the slides of the carousel.