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.