Let's again begin with a simple interface. Drag a Button control into the form, and change the text on the Button markup to say Summarize. Also, add a Label control below this line, and remove the text attribute. Your Default.aspx file should appear as shown in the following code block:
Figure 5.7.1: Our simple starting interface
If you switch to the Design view, you have a Button control that says Summarize and a Label right under the Button control, as seen in the following screenshot:
Figure 5.7.2: The starting interface in the Design view