This document provides instructions for completing iLab 1 of CIS407A, which involves creating a simple annual salary calculator web application in ASP.NET using Visual Studio.NET 2008. The lab has students add controls and code to two pages - a default "Hello World" home page and a new salary calculator form page. On the calculator form, labels, textboxes and a button are added to collect hourly rate and annual hours. Code is then added to the button click event to calculate annual salary based on the input values and display the result.