Question: Description of Assignment Design and develop a single page ASP.NET web application (C#) that allows the user to perform currency conversion based on below exchange

Description of Assignment Design and develop a single page ASP.NET web application (C\#) that allows the user to perform currency conversion based on below exchange rates: 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 label 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
