Question: create an ASP.NET/VB.NET empty website using Visual Studio 2015. This assignment has one webform. The project will be a customer purchasing one item. Review the

  1. create an ASP.NET/VB.NET empty website using Visual Studio 2015. This assignment has one webform. The project will be a customer purchasing one item. Review the Creating a Website in VS2015 located in the Video Resources Module in D2L.
  2. Name the application yourlastnameksugear.
  3. Review the Videos listed in the Assignment details below. We created a page with

validation and a calculation in class. You may use this application as a reference.

  1. Copy Website to your A1Publish folder. Instructions are in the assignment as well as a video.

1. Add a new item to the website - webform. Name the webform - Default.aspx.

Include the following:

  1. The form must include inputs for name, address, city, state, zip, phone number, product, shipping method and quantity.
  2. Include at least one dropdown list box and one Listbox.
  3. The form can be simple i.e. you can simply make it suchthat the customer can only choose

1 item of varying quantity.

  1. The products you are going to sell are School Gear. You will also need a price foreach of

the items. (5 products - each item should have a different price)

  1. Use a label for the price. You will push the price into the label based on the item the user

selected.

  1. For this assignment, the user will only purchase one type of product for each order.
  2. Here is an example of a form. Your form should be your own design for the products but

this gives you some idea.

Here is another one:

h. Use CSS3 and HTML5 when designing the page in Visual Studio for layout of the components and all formatting for the page.

i. Include the name of your company in the Header area (use cooltext.com to create a simple logo for the assignment.

j. Include a title tag for the page. k. All images should have alt and title attributes. l. Include a background color for the page or a background image. Use CSS to define.

h. Use CSS3 and HTML5 when designing the page in Visual Studio for layout of the components and all formatting for the page.

i. Include the name of your company in the Header area (use cooltext.com to create a simple logo for the assignment.

j. Include a title tag for the page. k. All images should have alt and title attributes. l. Include a background color for the page or a background image. Use CSS to define.

m. Images should be place in the images folder. n. CSS files should be places in the CSS folder.

  1. Implement individual validation controls. o Minimum 1 field must be required. o Minimum 1 field must validate regular expression o Minimum 1 field must validate a range. o Minimum 1 field must use the Compare Validator
  2. Form controls should include:

o Textboxes o Listbox and dropdown listbox (i.e. quantity, products, summary etc) o V alidation controls o Labels

  1. Include a Clear button that clears all the controls and sets focus back to the first field.
  2. Once the form is valid, you must display to the customer, a message that their order was received. You will Add a Confirm button that when clicked it displays a summary with the details of the order. (you may use a listbox control to display the summary)
    • Subtotal
    • 7% tax amount
    • Shipping amount: 4.99 postal service shipping, 9.95 for fedex, and 8.95 for UPS charges (users should

choose their shipping method )

  • Total
  • The quantity and item purchased. This information would be displayed in a listbox by clicking the confirm button.

Example:

10. Add a Submit button to place the order. The user click this button and a message displays thanking them for their order (use a label to display the message).

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!