November 2007
Beginner
954 pages
25h 7m
English
Web control classes are defined in the System.Web.UI.WebControls namespace. They follow a slightly more tangled object hierarchy than HTML server controls, as shown in Figure 6-2.
This inheritance diagram includes some controls that you won't study in this chapter, including the data controls, such as the GridView, DetailsView, and FormView, and the validation controls. You'll explore these controls in later chapters.
Most web controls begin by inheriting from the WebControl base class. This class defines the essential functionality for tasks such ...
Read now
Unlock full access