Skip to main content

Create an ASP.NET Web Forms Dashboard Application using the Template Gallery

  • 2 minutes to read

The DevExpress BI Dashboard App Template Gallery contains predefined templates for building the Dashboard Designer and Viewer applications for all supported platforms. All available Dashboard templates are listed in the following topic: Template Gallery.

The steps below show how to use the DevExpress Template Gallery to quickly create a ready-to-use ASP.NET Web Forms Dashboard application.

Create a New Project

  1. In Visual Studio, create a new project. Select DevExpress v23.2 BI Dashboard App Template Gallery as the project template.

    GettingStarted_NewProject_DXTemplateGallery

    Click Next.

  2. Configure your new project and click Create. The Template Gallery opens.

Configure the Template

  1. In the invoked Template Gallery, select .NET Framework as the target framework.

  2. Select Dashboard Web Application in the ASP.NET Forms section. Specify the framework version and click Run Wizard.

    Template Gallery - ASP.NET Web Forms Dashboard Application

  3. In the DevExpress ASP.NET Project Wizard, click Create Project.

    DevExpress ASP.NET Project Wizard

  4. Run the application to see the result.

    ASP.NET Web Forms Template - Result

    The Web Designer application displays a sample dashboard and allows you to change it, create a new dashboard and switch to Viewer mode.

Next Steps

Create Dashboards on the Web
Describes how to create and configure dashboards in the Web Dashboard control.
ASP.NET Web Forms Dashboard Control
Shows how to embed the ASPxDashboard control into an ASP.NET Web Forms application.
See Also