- Beginning C# 7 Hands-On:Advanced Language Features
- Tom Owsiak
- 115字
- 2021-07-02 15:29:14
Adding a button to Default.aspx
Now, let's take a look at Default.aspx. The only thing we really need to do at this time is to add a Button control. For this, go to Toolbox and grab a Button control from there. Drag and drop it below the line beginning with <form id=... (you can delete the <div> lines, as we won't be needing them). Change the text on the Button control to, for example, Display Values. Your complete Default.aspx file should look like the one shown in Figure 1.1.2:

Figure 1.1.2: The complete HTML for this project
Now, go to the Design view. Our very simple interface is shown in Figure 1.1.3:

Figure 1.1.3: Our very simple interface in the Design view
推薦閱讀
- OpenStack Cloud Computing Cookbook(Third Edition)
- Mastering AWS Lambda
- Testing with JUnit
- R語言數據可視化之美:專業圖表繪制指南
- UI智能化與前端智能化:工程技術、實現方法與編程思想
- 秒懂設計模式
- Unity Game Development Scripting
- 編程數學
- Learning Unreal Engine Android Game Development
- OpenMP核心技術指南
- Visual Basic程序設計實驗指導及考試指南
- Hadoop Blueprints
- Python面向對象編程(第4版)
- Building Microservices with Go
- Enterprise Application Architecture with .NET Core