In the previous lesson, I introduced the CalcPad web user control, but since I wanted to devote an entire lesson to it, the code wasn't presented. Instead, I invited you to see if you can translate the code in my article Need A Four Function Calculator For Your VB.NET Project? on you own. In this lesson, we dig into the actual CalcPad code.
If you want to catch up on the previous lessons, Here Ya Go ....
- A New Door into Software Development
- Server Side Programming with ASP.NET
- Getting to Code with ASP.NET
We're lucky that we already have the VB.NET CalcPad code base to work with. That way, we can concentrate on making it work in the new ASP.NET environment rather than working on the program logic at the same time. So, the first step is to copy the VB.NET code into an ASP.NET program module. Click HERE to display the original VB.NET CalcPad code. Click your browser "Back" button to return to this page.

