BarChart for ASP.NET WebForms
Step 4 of 4: Run Your Application
Client-Side Tutorials > Loading Data Conditionally > Step 4 of 4: Run Your Application

In this step, you'll run your application.

  1. Press F5 or start debugging to run your application. It should initially resemble the following image:
  2. Use the ComboBox to select one of the series of data. The data will be loaded into the chart. In this case, Central was chosen:

    Congratulations! You have completed the Loading Data Conditionally Tutorial! In this tutorial, you used both markup and script to create a BarChart application which will load data based on certain conditions chosen from a ComboBox control.