BarChart for ASP.NET WebForms
Loading Data Conditionally
Client-Side Tutorials > Loading Data Conditionally

This tutorial will walk you through creating an application which allows you to load data based on certain conditions. You will use markup to create the C1BarChart and C1ComboBox controls used in this tutorial and script to handle the client-side events. A purely client-side example can be found in the Conditionally Load Data in Wijbarchart blog post.

This topic assumes that you began with an empty ASP.NET project. Complete the following steps to create a the application:

See Also