Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Pizza Place saw some of your asp.net work with other pizza sites and wants to offer you a job. The job entails building a website
- Pizza Place saw some of your asp.net work with other pizza sites and wants to offer you a job. The job entails building a website to support customer bulk orders for the catering side of their business. Details are as follows:
- CalendarInput.ascx
- A label – Displays the currently selected date in the format of, “MM/DD/YYYY”
- A calendar – A calendar control which enables a user to select a date.
- PizzaPlace.master – Achieving a blackcolor layout, but with pizza.
- Create a header/banner that involves a pizza logo and the name, “Pizza Place!”
- Style this header with some CSS
- Create a header/banner that involves a pizza logo and the name, “Pizza Place!”
- Have a menu go down the left side.
- Have a content area to the right of the menu.
- BulkOrder.aspx – A page with two views for taking bulk orders and displaying the invoice.
- BulkOrdersView – All textboxes should be validated via the required validation control and any other validators specified. Validator error text must give the user instruction to solve the error, and should stand out (give it a text color via a theme).
- NameTextBox – A textbox where a user can specify their name.
- PhoneTextBox
- A textbox where a user can give their phone number.
- Must match the pattern of 555.555.5555 (RegularExpressionValidator).
- NumberOfPizzasTextBox
- A textbox where a user can state the number of pizzas to order.
- Must be between 1 and 100 (RangeValidator).
- CateringLocationTextBox – A textbox for specifying the event location.
- ConfirmLocationTextBox – Another textbox to confirm (CompareValidator).
- ConfirmationDate – Uses CalendarInput.ascx
- EventDate – Uses CalendarInput.ascx
- A ‘Submit Order’ Button – Validates the form and if IsValid, then navigate to the InvoiceView.
- BulkOrdersView – All textboxes should be validated via the required validation control and any other validators specified. Validator error text must give the user instruction to solve the error, and should stand out (give it a text color via a theme).
- InvoiceView – A summary view. All output labels should have prompts and show the information from the previous view.
- ClientNameLabel
- ClientPhoneLabel
- NumOfPizzasLabel
- LocationLabel
- ConfirmDateLabel
- EventDateLabel
- CostLabel (Number of pizzas * $10)
Step by Step Solution
★★★★★
3.47 Rating (144 Votes )
There are 3 Steps involved in it
Step: 1
The client has requested a website to support customer bulk orders for the catering side of their business The website should include a CalendarInputa...Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started