- Beginning C# 7 Hands-On:Advanced Language Features
- Tom Owsiak
- 92字
- 2021-07-02 15:29:18
Adding a button to sort and display results
Open up a project and click on the <html> tab. Once again, the only thing that you need to put in there is a button. For this, 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 Sort and Show. Now, put a <br> tag in there at the end of the line and keep the label as usual:
<asp:Button ID="Button1" runat="server" Text="Sort And Show"/><br />
Now, go to the Design view, where you should see only the Sort and Show button as shown in Figure 3.3.1.

Figure 3.3.1: Adding a button
推薦閱讀
- Advanced Machine Learning with Python
- 程序員面試算法寶典
- React Native Cookbook
- Reactive Programming with Swift
- 趣學Python算法100例
- oreilly精品圖書:軟件開發者路線圖叢書(共8冊)
- 假如C語言是我發明的:講給孩子聽的大師編程課
- C程序設計案例教程
- Mastering JavaScript High Performance
- C/C++程序員面試指南
- Learning VMware vSphere
- Yii2 By Example
- Go Systems Programming
- Mastering Citrix? XenDesktop?
- Apple Watch極速開發