The Text book is;-murach's ASP.NET 4.5 WEB PROGRAMMING WITH VB 2012. Assignment 1Attached Files: murachlogo.jpeg XXXXXXXXXXKB) Info: For this assignment, you are to complete Exercise 2-1: Future Value...

The Text book is;-murach's ASP.NET 4.5 WEB PROGRAMMING WITH VB 2012. Assignment 1Attached Files: murachlogo.jpeg (5.035 KB) Info: For this assignment, you are to complete Exercise 2-1: Future Value Application at the end of Chapter 2 in the textbook. You are to, in a nutshell, recreate the same application.Getting Started: When creating the new project in Visual Studio, be sure to select an Empty ASP.NET web project when prompted to do so, and be sure to include the Web Forms libraries. Also, be sure to use .NET Framework 4.5. Please see Tips & Resources -> Creating a New Project. Requirements: For full credit, follow the instructions in the textbook and below to create the application. In order for the code to work, you will need to give the controls the same name used in the example from the textbook. As a refresher, you can accomplish this as follows:Scroll down in the Properties (F4) to the ID field and name the controls as follows:MonthlyInvestment DropDownList: ddlMonthlyInvestment Interest Rate textbox: txtInterestRate Number of Years textbox: txtYears Future Value label: lblFutureValue Calculate button: btnCalculate Clear button: btnClear Additionally: Set the Text property of the future value label to an empty string so that it is blank when the page is first displayed.Provide a unique ID for each validation control and set the ControlToValidate and ErrorMessage properties.Set the MaximumValue and MinimumValue properties to something that makes sense for the range validation.Feel free to use any graphic that you want. The publisher's logo is attached to this assignment (you may have to rename the extension to make it work within your project [.JPEG -> .JPG]), but you have license to do whatever you want with that (as long as it isn't something that will get us all in trouble). Tip: Don't fret if it seems intimidating at this point, as we will be going into much greater detail in the next few chapters. The idea here is just to get familiar with how it works.Another Tip: When it is time to do so, you can run the application using F5 (or the green play button that says "Start"). I wouldn't worry so much about steps 5-6 from the book's instructions. Last Tip: In current versions of Visual Studio, adding a WebForm to your already existing project does not require you to check any boxes regarding adding accompanying code-behind files to your project as well; it does so automatically. In other words, if you do not see the "Place Code in Separate File" checkbox shown in the Figure 2-2 screencap, do not worry. Just make sure you have an ASPX file and an accompanying .cs/.vb file after you add your form (as would be the case by default in the most recent versions of VS - if you do not see the files, be sure to click "Show All Files", as such). If you do see the checkbox for some reason, make sure it is checked, per the textbook's exampleMurachLogo jpeg
Nov 27, 2021
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here