Your assignment is to create an ASP.Net solution written with VB.Net The opening page should display a Lunch menu for some restaurant (your choice and it can be purely fictitious.) Your lunch menu must have at LEAST 4 different items (such as appetizer, entree, side order, dessert, drink). The Lunch menu must use at least 2 of the following VB web controls:
You may use more than one of any of these but at least 2 different controls is the minimum you must have for full credit. Your Menu when displayed, should have a friendly user interface and should be easy to follow. Once the user has selected items from the menu, they should submit the order. Once the order is submitted, respond with a nicely formatted page that reports back the order and total cost. Cost is the cost of each item selected, 8.25% sales tax, and a 15% gratuity. Each item should be listed with its cost, then tax, gratuity and total. You may place the order in a textbox. a table, or in any other clearly readable, nicely organized format. You may place a button or link after the order is diplayed to return back to the order form page.
To hand in solution: Zip up the folder that contains ONLY this project.
Name the zip file Asg3_YOUR_FULL_NAME.zip.
Example: Asg3_Laura_Baker.zip would be the name of a file I would submit.
Place the zipped file into the digital drop box.