In this exercise you will create an application similar to the currency converter created in Chapter 5 from your book. This application will convert U.S. dollars to various currencies using HTML server controls. The application will use application settings in the web.config file to make updates easier than recompiling and redeploying the entire application.
Archive for June, 2007
Lab 3 – Create a Currency Converter
Posted by Rick Tempestini on June 19, 2007
Posted in Labs | Tagged: ASP.NET, Lab | 5 Comments »
Lab 2 – Creating Basic Classes
Posted by Rick Tempestini on June 19, 2007
In this exercise, you will create a new web site using Visual Studio 2005. In addition, you will create a class that has member variables, accessors, and a method. Once this is created, you will create an instance of the class and call the method to display HTML product information on a web page.
Posted in Labs | Tagged: ASP.NET, Lab | Leave a Comment »
Lab 1 – Create a Simple aspx Page
Posted by Rick Tempestini on June 11, 2007
In this exercise, you will create a new web site using Visual Studio 2005. In addition, you will add three controls to the default page and add code to calculate the square root of a number and display it on the page. You will then rerun the application with a breakpoint and observe the value of the text variables placed into the controls during runtime.
Posted in Labs | Tagged: ASP.NET, Lab | Leave a Comment »