Step 5: Creating a Customer Orders Form
In this step you will create a new Customer Orders web form.
- In the Solution Explorer, right-click the web project (second node from the top) and select Add New Item from the menu. This launches the Add New Item dialog:

- Under Installed, select Visual C#, then in the center pane select MM .NET Web Forms Content Page.
- In the Name text box enter CustomerOrders.aspx, then click Add to continue.
- In the Select a Master Page dialog, select Site.master, then click OK to create the form:

- To display the new web form in design mode, go to the bottom of the editing window and click the Design tab. Your form is displayed in the context of the master page:

- In the combo box at the top of the Properties panel, select DOCUMENT, then set the form's Title property to Orders. This changes the text in the Web Form's title bar at run time.
- In the Solution Explorer, right-click CustomerOrders.aspx and select Set as Start Page from the shortcut menu.
See also:
Step 6: Adding Controls to the Customer Orders Form
© (c) 2026 Oak Leaf Enterprises, Inc., 1996-2026 • Updated: 04/25/18
Comment or report problem with topic
