Hour 4. Dissecting Our First ASP.NET Web Page

In the previous hour we created our first practical ASP.NET Web page, a financial calculator that computed the monthly cost of a mortgage. In building this example, we examined the steps that needed to be taken to construct the ASP.NET Web page's HTML and source code portions. These steps included adding the appropriate Web controls, creating an event handler for the Button Web control's Click event, and writing source code to perform the particular calculation.

Although we covered the steps required to build the ASP.NET Web pages, we didn't delve into the details of each step. In this hour we will reexamine the FinancialCalculator.aspx page and the steps needed to create the page, but this time focusing ...

Get SAMS Teach Yourself ASP.NET in 24 Hours now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.