Question
Please use Visual Basic for all the code!! A retail clothing company has 2 stores located in Chicago and Normal. Each store sells cloths for:
Please use Visual Basic for all the code!!
A retail clothing company has 2 stores located in Chicago and Normal. Each store sells cloths for: Men, Women, Boys, and Girls. Create a web form that contains a dropdown list for the store locations. The first item on the dropdown list needs to be Please select a location. When the user selects a location, a panel will appear with 4 textboxes corresponding to the 4 types of clothing sold (men, women, boys, and girls). The panel needs to have a label that shows the location of the selected store. The user will enter the dollar amount of sales in each textbox and click on a submit button. Once the button is clicked, the panel will disappear, and the dropdown list will reset to Please select a location. The web form will have a button with the caption Generate Report. When clicking on this button, an output description will display the following information:
- Total sales of all stores.
- Total sales at each store.
- The type of clothing that sold the most at each store.
You can use a listbox or a multiline textbox for the output.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
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