Objective: Become familiar with the basics of creating ASP.NET websites.

Description: Create a website that allows you to enter in the steps for a workflow; for example, instructions on getting to your car (or another place) after class, making a pizza, how to pump gas, and so on.

Specifications

The project is created from the Empty ASP.NET Web Site template in Visual Studio and uses the C# language.

The website will have a ListBox to hold a list of all the steps you add for a given workflow.

It will also have a TextBox so you can enter each step. Configure its AutoPostBack = true and CausesValidation = true.

When the user hits Enter in the TextBox, the website:

  • Creates a new ListItem with the text from the TextBox and adds it to the ListBox.
  • Clears the TextBox control.
  • Sets focus on the TextBox control.

A validator control enforces non-blank entries.

Academic Honesty!
It is not our intention to break the school's academic policy. Posted solutions are meant to be used as a reference and should not be submitted as is. We are not held liable for any misuse of the solutions. Please see the frequently asked questions page for further questions and inquiries.
Kindly complete the form. Please provide a valid email address and we will get back to you within 24 hours. Payment is through PayPal, Buy me a Coffee or Cryptocurrency. We are a nonprofit organization however we need funds to keep this organization operating and to be able to complete our research and development projects.