- 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
推薦閱讀
- 密碼學原理與Java實現
- Power Up Your PowToon Studio Project
- Network Automation Cookbook
- Oracle BAM 11gR1 Handbook
- SQL基礎教程(視頻教學版)
- JavaScript動態網頁開發詳解
- INSTANT Silverlight 5 Animation
- Practical Predictive Analytics
- Hacking Android
- AngularJS UI Development
- Learning NHibernate 4
- C#程序設計基礎與實踐
- Learning Puppet
- HTML 5與CSS 3權威指南(第4版·下冊)
- 云原生基礎架構:構建和管理現代可擴展基礎架構的模式及實踐