- 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.
推薦閱讀
- Boost.Asio C++ Network Programming(Second Edition)
- Java程序設計與開發
- Java多線程編程實戰指南:設計模式篇(第2版)
- FreeSWITCH 1.8
- OpenCV實例精解
- Java加密與解密的藝術
- Mastering Yii
- 名師講壇:Spring實戰開發(Redis+SpringDataJPA+SpringMVC+SpringSecurity)
- 從Excel到Python:用Python輕松處理Excel數據(第2版)
- Learning Salesforce Einstein
- OpenResty完全開發指南:構建百萬級別并發的Web應用
- 零基礎學Kotlin之Android項目開發實戰
- 實戰Java高并發程序設計(第2版)
- Simulation for Data Science with R
- Machine Learning for OpenCV