Design an ASP.NET assignment with Visual Studio.NET 2005. Add an aspx form to the application. Place a ListBox control, a TextBox control, a Label control, and a Button control on the form. Add at least three items to the ListBox control.
Write an event handler that assigns the entry in the TextBox control to the Label control's Text property when the user clicks the Button control.
Write an event handler that automatically assigns the selected item in the ListBox control to the Label's Text property. (Hint: Use the AutoPostBack property.)
Place the entire project folder in a zip file for submission.
Base the name of your Visual Studio project on this form: Marcus_IP1 for the solution and entire project. Thanks in advance!!