In this lab you will experiment with various ways to handle runtime exceptions. You will create a simple web page that will divide two numbers. If a zero is used in the calculation, you will trap the error and display it on the web page. Also, you will enable an option for run-time page tracing.
Archive for July 4th, 2007
Lab 5 – Exception Handling
Posted by Rick Tempestini on July 4, 2007
Posted in Labs | Tagged: ASP.NET, Exception Handling, Lab | Leave a Comment »
Lab 4 – Create a Simple Web Application
Posted by Rick Tempestini on July 4, 2007
This lab will create a web application that creates a greeting card similar to the one in chapter 6 of your book. You will add and populate dropdown list controls and radio button list controls. Then, you will experiment with the AutoPostBack property of the controls.
Posted in Labs | Tagged: ASP.NET, Lab | 3 Comments »