Crank up Visual Studio, and make a project. What we will do first is to put a simple button into the HTML page. For this, go to Toolbox, grab a Button control, and drop it below the line that begins with <form id=.... Change the text on the button to say Show People.
You will make a class called Person, and you will make that class from the database. To do this, go to the View menu and open SQL Server Object Explorer. Remember that we made a database called People, and it is comprised of these fields: Id, NAME, and DATEADDED.