Skip to main content

Order Processing Development Steps

To add order processing to our application, we are going to:

  • Add two new classes to store order information.

  • Create a Web page (like the one above) to show the current order.

  • Write a method on the server to add a show to the current order.

  • Write another method on the server to finalize the order when the user clicks on the Complete Order button.

Let's get started.

FeedbackOpens in a new tab