- Beginning C# 7 Hands-On:Advanced Language Features
- Tom Owsiak
- 105字
- 2021-07-02 15:29:28
Adding a Show Values button to the HTML
Bring up a project, and below the line beginning with <form id=... in the <html>, we will place a button. Change the text on the button to something different, for example, Show Values.
Now switch to the Design view, and double-click on the Show Values button. This takes us into Default.aspx.cs. Delete the Page_Load block. We don't need it. The relevant portion of the starting code for this project should look like Figure 9.4.1:

Figure 9.4.1: The starting code section for this project
We'll work with a little bit of code in this chapter, but it's sequential from top to bottom.
推薦閱讀
- Extending Jenkins
- INSTANT Mock Testing with PowerMock
- 深入淺出Java虛擬機:JVM原理與實戰
- Kotlin Standard Library Cookbook
- Learning AndEngine
- HTML5+CSS3網頁設計
- Hands-On Natural Language Processing with Python
- Go語言精進之路:從新手到高手的編程思想、方法和技巧(2)
- Extreme C
- 智能手機APP UI設計與應用任務教程
- Vue.js光速入門及企業項目開發實戰
- Spring Boot從入門到實戰
- Dart:Scalable Application Development
- Processing開發實戰
- 大話程序員:從入門到優秀全攻略