Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Description of Assignment Design and develop a multi-page ASP.NET web application that can be used as a metric conversion tool based on the following
Description of Assignment Design and develop a multi-page ASP.NET web application that can be used as a metric conversion tool based on the following formulae: Length Liquid Temperature . . Here are the specific requirements: Create a master page with Mass Conversions Kilometers to Miles Miles to Kilometers Yard to Feet Feet to Yard Inches to Centimeters Centimeters to Inches Liters to Gallons Gallons to Liters Pints to Gallons Gallons to Pints Quarts to Gallons Gallons to Quarts Fahrenheit to Celsius Celsius to Fahrenheit Kilograms to pounds Pounds to Kilograms Ounce to Grams Grams to Ounce O Formula 1 Km = 0.621371 miles 1 Mile = 1.60934 Kilometers 1 Yard = 3 Feet 1 Feet = 0.33333 Yards 1 Inch = 2.54 Centimeters 1 Centimeter = 0.3937 Inches 1 Liter = 0.264172 Gallons 1 Gallon = 3.78541 Liters 1 Pint = 0.125 Gallons 1 Gallon = 9.60762 Pints 1 Quart = 0.20817 Gallons 1 Gallon = 4.80381 Quarts 1 Fahrenheit = (Celsius x 1.8) + 32 1 Celsius = (Fahrenheit - 32)*0.5555 1 Kg = 2.20462 Pounds 1 Pound = 0.453592 Kgs 1 Ounce = 28.3495 Grams 1 Gram = 0.035274 Ounces Banner (attached in the assignment description) O Menu with menu items Length, Liquid, Temperature, Mass and History. Each content page (for example Length) must provide UI for the user to enter the desired source and target conversion (for example Kilometers to Miles), and also UI to enter the input value and to see the converted output value. All conversions performed on each content page must be stored in the session state and shown in the History content page in a list box. The conversion logic must be implemented in appropriate business layer classes. Perform validations to verify that the input numbers entered are valid (i.e. numeric), and make sure that the application doesn't crash under any circumstances. Use appropriate styling and CSS to provide consistent look and feel across the entire website. MC TAX MR N TAX
Step by Step Solution
★★★★★
3.37 Rating (153 Votes )
There are 3 Steps involved in it
Step: 1
Answer Home Technology Recent Posts Abouts Login Welcome to our csharp website copyrights all reserved C corner 2016 Now you can see the first master ...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