Purchase Solution

Creating a Web Based Mortgage Calculator in VB.NET

Not what you're looking for?

Ask Custom Question

A mortgage calculator created in VB.NET 2008 web based in ASP.NET. The requirements are as follows:

Write the program in VB.Net with a graphical user interface. Make the program Web based.
Allow the user to select which way they want to calculate the mortgage:

By input of the amount of the mortgage, the term of the mortgage and the interest rate of the mortgage

OR

By input of the amount of the mortgage and then select from a menu of mortgage loans:

- 7 years at 5.35%
- 15 years at 5.5%
- 30 years at 5.75%

In either case, display the mortgage payment amount. Then, list the loan balance and interest paid for each payment over the term of the loan. Allow the user to loop back and enter a new amount and make a new selection, or quit. Load the interest rates for the 7 year, 15 year, and 30 year loans from a file.
Insert comments to document the program.

Purchase this Solution

Solution Summary

Attached is a complete VB.NET project that can be published as a web site or one can run within Visual Studio. The web pages are neatly designed. A check box "Manual" regulates whether the user will enter terms and rates manually or will use predefined values selectable from the dropdown. The dropdown is populated from the file upon the first page load.

Solution Preview

Attached is a complete VB.NET project that can be published as a web site or one can run within Visual Studio. The web pages are neatly ...

Purchase this Solution


Free BrainMass Quizzes
Excel Introductory Quiz

This quiz tests your knowledge of basics of MS-Excel.

C# variables and classes

This quiz contains questions about C# classes and variables.

C++ Operators

This quiz tests a student's knowledge about C++ operators.

Word 2010: Table of Contents

Ever wondered where a Table of Contents in a Word document comes from? Maybe you need a refresher on the topic? This quiz will remind you of the keywords and options used when working with a T.O.C. in Word 2010.

Javscript Basics

Quiz on basics of javascript programming language.