1. Use Visual Studio to create the home page (default.aspx) for your web site. Include the following:
2. Add a simple form to your web site created in question 1. This web page should contain a label (Name), a text box, a message label, and two buttons (Submit and Clear). The user will type their name in the text box and click on the submit button. In response to the click on the submit button, display the message Good Morning name! (where name is the name typed by the user in the text box) in the message label. If the user click on the clear button then clear the text box and message label.