Remember from the previous chapter that there's a Label control involved; be sure that you have that up. Start by doing the following:
- Switch to the Design view, by clicking the button in the lower-left corner. Your screen should look like the one shown in the following screenshot:
![](https://static.packt-cdn.com/products/9781788296540/graphics/assets/ff35eed2-16f0-445f-a323-d7978bab5998.png)
Figure 2.3.1: Visual C# Design view
If you are missing Toolbox, remember to click on View and then on Toolbox (press Ctrl + Alt + X if you prefer to use key combinations), and then drag and drop Label into the Design view.
- In the next stage, go back to the Source view.
- Name it sampLabel as before.
- Go into Default.aspx.cs on the right-hand side, as shown in the following screenshot:
![](https://static.packt-cdn.com/products/9781788296540/graphics/assets/b0a1310d-731e-409e-8ae6-48edc720d619.png)
Figure 2.3.2: Our Default.aspx.cs view