Back to Devexpress

Get Started

aspnet-119073-get-started.md

latest2.2 KB
Original Source

Get Started

  • Feb 10, 2026
  • 3 minutes to read

Before your proceed, please review our system requirements.

Use a DevExpress Template to Create a New Project

This section explains how to create a project with the Web Site project template. You can use the same approach to create a web application.

Use the DevExpress Template Gallery to create a new project and configure it for DevExpress ASP.NET Web Forms controls.

  1. In Visual Studio, press Ctrl+Shift+N or select FileNewProject… to create a project. In the invoked dialog, select DevExpress Web Site Template Gallery and click Next.

  2. Configure project settings and click Create.

  3. In the Template Gallery, select a project template and click Run Wizard.

  4. In the invoked DevExpress ASP.NET Project Wizard, customize project settings and click Create Project.

Integrate DevExpress Controls into an Existing Project

  1. Click the Extensions menu item in Visual Studio.

  2. Select DevExpressASP.NET ControlsRun Wizard to Update Project.

  3. Customize project settings (optional) and click Update Project.

  4. The Wizard adds the DevExpress sections to the Web.config file that are necessary for a project to work correctly.

See Also