Question: USE C# as code Description of Assignment Design and develop a single page ASP.NET web application that allows the user to perform currency conversion based
USE C# as code

Description of Assignment Design and develop a single page ASP.NET web application that allows the user to perform currency conversion based on below exchange rates: Currency name A Units per USD US Dollar 1.0000000000 Euro 0.8318153820 British Pound 0.7327741283 Indian Rupee 72.9635639872 Australian Dollar 1.3176742481 Canadian Dollar 1.2814284052 Singapore Dollar 1.3331939118 Swiss Franc 0.8988420732 Malaysian Ringgit 4.0440451014 Japanese Yen 105.0837337141 Chinese Yuan Renminbi 6.4562870813 Here are the specific requirements for the web page design: Provide a drop down from which the user can choose the source currency (US Dollar/Euro/British Pound... etc.) Provide a drop down from which the user can choose the target currency. Make sure this drop down does not have option to choose the same as source currency (for example, if the user has chosen US Dollar as source number system, then this dropdown must have all other currency options except US Dollar) Provide a text box to enter the input value in selected source currency Show the converted output value in target currency in a kabel Provide a Convert button to perform the conversion Provide a Clear button to clear (or reset) the contents of all controls on the page Assume that the user always provide valid input, so no need to perform any data validation in your code
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
