I stumbled across this site:
http://www.spreadsheetgear.com/support/samples/amortization.aspx
I hit right-click > view source to see the code. Copied/pasted it into my VWD Express and ran
the code and got this error:
The resource cannot be found.
Description: HTTP 404. The resource you are looking
for (or one of its dependencies) could have been removed, had its name changed,
or is temporarily unavailable. Please review the following URL and make
sure that it is spelled correctly.
Requested URL: /WebSite2/amortization.aspx
This is the URL:
http://localhost:1546/WebSite2/amortization.aspx
When I look at the source code I think the problem occurs
because of something in this ...
Go to the complete details ...