In this chapter, you will learn how to:
Use the two main types of server controls: HTML controls and Web controls.
Use specialized Web controls, such as the Calendar control and the Validation server controls.
Manipulate server controls programmatically at runtime.
Handle server control events.
Chapter 7 looked at how Web Forms pages are constructed, including some simple uses of server controls. This chapter will take an in-depth look at using server controls in your application.