ASP.NET MVC Controls | ComponentOne
In This Topic
    Scaffolding
    In This Topic

    The steps to scaffold ComponentOne TabPanel control for ASP.NET MVC are as follows:

    1. Configure the datasource. Refer the topic Data Source Configuration to see configuring a datasource in an application.
    2. In the Solution Explorer, right-click the project name and select Add | New Scaffolded Item. The Add Scaffold wizard appears.

    3. In the Add Scaffold wizard, select Common and then select C1 Scaffolder from the right pane. You can also select Common | MVC | Controller or Common | MVC | View and then C1 Scaffolder to add only a controller or a view.


    4. Click Add. The AddScaffold wizard appears with the Data tab selected by default.

    5. Select TabPanel control and click Next. The C1 ASP.NET MVC TabPanel wizard appears with the General tab selected by default.

    6. In the General tab, specify the basic details as follows:

      1. Enter the Controller Name and View Name.
      2. Enter the Id for the TabPanel control.


    7. Click Add. You will notice that the Controller and View for the TabPanel control is added to your project.