Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

6 . If the user clicks the Clear link, the app should reset the form to how it was when the app first started (

6. If the user clicks the Clear link, the app should reset the form to how it was when the app first started (see
figure 01).
7. Use the MVC pattern. To do that, create a model class (you decide the model class name, data type (e.g.,
string, int, double, ...), property name, method name, parameters-if-any, ... etc.) that stores:
a. the subtotal and discount percent and calculates the discount amount and total.
1. The class diagram below is just a reference. Please write your own class.
//this UML model class diagram
Class: PriceQutoeModel
Properties:
+ dataType Subtotal
+ dateType DiscountPercent
// pls add more code if needed
Methods:
+ datatype CalcuateDiscountAmount(parameters)
// pls add more code if needed
b. Make sure to bind that model to the Razor view that displays the Price Quotation page shown above
(see figure 01).
8. Use a Razor layout to store the common HTML elements such as: ,, and .
a. You are required to use a _Layout.cshtml file in your app
9. Use a custom CSS style sheet (e.g., name it custom.css or a file name of your liking) to style the HTML
elements so they appear as shown above (see figure 01).
a. You are also required to use a site.css file in addition to your style sheet (e.g., custom.css)
b. Use color navy for the text Price Quotation in your style sheet (e.g., custom.css).
10. Make sure that the appearance of your app resembles the one on the screenshot.
a. Make sure there is no border around the values of the discount amount and total
This is all in Visual Basic, please add specific steps. Thanks
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Logic In Databases International Workshop Lid 96 San Miniato Italy July 1 2 1996 Proceedings Lncs 1154

Authors: Dino Pedreschi ,Carlo Zaniolo

1st Edition

3540618147, 978-3540618140

More Books

Students also viewed these Databases questions

Question

I receive useful feedback about my performance.

Answered: 1 week ago

Question

I am encouraged to offer opinions/suggestions.

Answered: 1 week ago