In this chapter, you have had an introduction to the standard controls included with ASP.NET 2.0. In the tables, I covered properties, methods, and events that are critical to your understanding of each control. Of course, MSDN is still the definitive source for information on all of these controls, and unlike my tables, the MSDN documentation contains all members of each of the classes.
Next, in Chapter 3, I will cover Web Form layout. Few areas of Web Form development generate as much interest as the details of exactly how Web Forms should be laid out. The forms in this chapter were laid out somewhat awkwardly, using line breaks. By the end of the next chapter, you should be able to do much more elegant Web Form layout.