# Upgrading to New FlexPivotPage

This topic covers information about upgrading from old pivot control to the new one.

## Content

A user can easily upgrade from old PivotPage to the new PivotPage without any hassles. Follow the steps below:

1. In the project with the old control, update the assembly from the **References** in the **Solution Explorer**.
2. Switch to design view, remove the old controls **C1FlexPivotPage** and **C1FlexPivotChart** from **Toolbox** and add the new controls, [FlexPivotPage](/componentone/api/win/online-flexpivot/dotnet-api/C1.Win.FlexPivot.10/C1.Win.FlexPivot.FlexPivotPage.html) and [FlexPivotChart](/componentone/api/win/online-flexpivot/dotnet-api/C1.Win.FlexPivot.10/C1.Win.FlexPivot.FlexPivotChart.html).
3. Add the **FlexPivotPage** control to the form.
4. Switch to code view and replace all code lines with **C1FlexPivotPage** and **C1FlexPivotChart** to **FlexPivotPage** and **FlexPivotChart** respectively.
5. Run your application and make sure that all the functionalities are working as expected.