- 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
推薦閱讀
- Boost C++ Application Development Cookbook(Second Edition)
- Python從小白到大牛
- 數據結構簡明教程(第2版)微課版
- Banana Pi Cookbook
- Mastering Kali Linux for Web Penetration Testing
- JavaScript+Vue+React全程實例
- MATLAB定量決策五大類問題
- Unity Shader入門精要
- 軟件架構:Python語言實現
- Mastering Predictive Analytics with Python
- UNIX Linux程序設計教程
- Python從入門到精通
- Learning Material Design
- JavaScript動態網頁編程
- Scratch·愛編程的藝術家