- Beginning C# 7 Hands-On:Advanced Language Features
- Tom Owsiak
- 43字
- 2025-04-04 18:04:55
Adding a show button to the HTML
Bring up Visual Studio. We need to place a button inside <html>; so, go to Toolbox and grab a Button control. Drag and drop it below the line beginning with <form id=.... Change the text on the button to say Show. You can delete the <div> lines, as you don't need them.