- Beginning C# 7 Hands-On:Advanced Language Features
- Tom Owsiak
- 135字
- 2021-07-02 15:29:20
Adding a summarize button to the HTML
Bring up a project. In the basic HTML, delete the <div> lines, as you won't need them. Now, let's add a button. The only thing the button will do is to summarize some information for us.
Go to Toolbox and grab a Button control. Drag and drop it below the line beginning with <form id=..., and change the text on the button to say Summarize. Now, close this with a <br> tag and keep the Label control as usual.
Now, go to Default.aspx, and enter the Design view. You'll see one button for the interface, which says Summarize and looks like Figure 4.4.1:

Figure 4.4.1: The simple interface for this project
Now, double-click on the Summarize button. This takes us into Default.aspx.cs. Delete the Page_Load block. Your initial code screen for this project should look like Figure 4.4.2:

Figure 4.4.2: The initial Default.aspx.cs code for this project
推薦閱讀
- Learning Scala Programming
- Implementing Modern DevOps
- 深度實踐OpenStack:基于Python的OpenStack組件開發
- Web前端開發技術:HTML、CSS、JavaScript(第3版)
- GAE編程指南
- Learning SAP Analytics Cloud
- MATLAB應用與實驗教程
- Java程序設計與計算思維
- Python Network Programming Cookbook(Second Edition)
- Spring實戰(第5版)
- Test-Driven Development with Django
- Statistical Application Development with R and Python(Second Edition)
- Android Studio Cookbook
- 從零開始學Python大數據與量化交易
- Google Adsense優化實戰